Bug 1068644
| Summary: | Review Request: python-croniter - Iteration for datetime object with cron like format | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pádraig Brady <p> |
| Component: | Package Review | Assignee: | Christopher Meng <i> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eglynn, i, package-review |
| Target Milestone: | --- | Flags: | i:
fedora-review+
gwync: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | python-croniter-0.3.4-2.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-21 09:28:38 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Pádraig Brady
2014-02-21 15:20:53 UTC
1. Do you want to support EPEL6?
If so you can add these:
%if 0%{?rhel} && 0%{?rhel} <= 6
%{!?__python2: %global __python2 /usr/bin/python}
%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif
2. %{__python} --> %{__python2}
3. %{python_sitelib} --> %{python2_sitelib}
4. Add a dot at the end of the %description.
5. This package supports python3.
Spec URL: http://fedorapeople.org/~pbrady/python-croniter.spec SRPM URL: http://fedorapeople.org/~pbrady/python-croniter-0.3.4-2.fc20.src.rpm Description: Iteration for datetime object with cron like format Fedora Account System Username: pbrady Next time please read stuffs for EPEL6 %__python2xxx: https://fedoraproject.org/wiki/Packaging:Python#Macros rpmlint clean fedora-review passed manually review OK license review passed ---------------------- PACKAGE APPROVED. New Package SCM Request ======================= Package Name: python-croniter Short Description: Iteration for datetime object with cron like format Owners: pbrady Branches: f19 f20 el6 epel7 InitialCC: Git done (by process-git-requests). python-croniter-0.3.4-2.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/python-croniter-0.3.4-2.fc19 python-croniter-0.3.4-2.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-croniter-0.3.4-2.fc20 python-croniter-0.3.4-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-croniter-0.3.4-2.el6 python-croniter-0.3.4-2.fc20 has been pushed to the Fedora 20 testing repository. python-croniter-0.3.4-2.fc20 has been pushed to the Fedora 20 stable repository. python-croniter-0.3.4-2.fc19 has been pushed to the Fedora 19 stable repository. python-croniter-0.3.4-2.el6 has been pushed to the Fedora EPEL 6 stable repository. |