Bug 1072308 - python-jenkinsapi miss pytz dependency
Summary: python-jenkinsapi miss pytz dependency
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: python-jenkinsapi
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Praveen Kumar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-04 11:04 UTC by Martin Kosek
Modified: 2015-06-30 01:35 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-30 01:35:02 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Kosek 2014-03-04 11:04:17 UTC
Description of problem:

$ sudo yum install python-jenkinsapi
...
$ ]$ python
Python 2.7.5 (default, Feb 19 2014, 13:47:28) 
[GCC 4.8.2 20131212 (Red Hat 4.8.2-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import jenkinsapi
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/jenkinsapi/__init__.py", line 49, in <module>
    from jenkinsapi import (
  File "/usr/lib/python2.7/site-packages/jenkinsapi/api.py", line 11, in <module>
    from jenkinsapi.jenkins import Jenkins
  File "/usr/lib/python2.7/site-packages/jenkinsapi/jenkins.py", line 12, in <module>
    from jenkinsapi.job import Job
  File "/usr/lib/python2.7/site-packages/jenkinsapi/job.py", line 11, in <module>
    from jenkinsapi.build import Build
  File "/usr/lib/python2.7/site-packages/jenkinsapi/build.py", line 12, in <module>
    import pytz
ImportError: No module named pytz

Version-Release number of selected component (if applicable):
python-jenkinsapi-0.2.16-1.fc20.noarch

How reproducible:
Every time

Steps to Reproduce:
1. Install python-jenkinsapi, uninstall pytz
2. Try to use it
3.

Actual results:
ImportError

Expected results:
pytz is a dependency

Additional info:

Comment 1 Fedora Update System 2014-03-06 13:51:35 UTC
python-jenkinsapi-0.2.18-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/python-jenkinsapi-0.2.18-2.fc20

Comment 2 lnie 2014-03-07 03:04:31 UTC
still see the same bug in python-jenkinsapi-0.2.18-2.fc20

Comment 3 Praveen Kumar 2014-03-07 03:42:44 UTC
[prkumar@prkumar ~]$ sudo dnf remove pytz
Resolving dependencies
--> Starting dependency resolution
--> Finding unneeded leftover dependencies
---> Package anaconda.x86_64 20.25.16-1.fc20 will be erased
---> Package initial-setup.noarch 0.3.10.1-1.fc20 will be erased
---> Package python-ipdb.noarch 0.8-4.fc20 will be erased
---> Package python-ipython.noarch 0.13.2-3.fc20 will be erased
---> Package python-ipython-gui.noarch 0.13.2-3.fc20 will be erased
---> Package python-ipython-notebook.noarch 0.13.2-3.fc20 will be erased
---> Package python-jenkinsapi.noarch 0.2.18-2.fc20 will be erased
---> Package python-matplotlib.x86_64 1.3.1-2.fc20 will be erased
---> Package python-matplotlib-data.noarch 1.3.1-2.fc20 will be erased
---> Package python-matplotlib-data-fonts.noarch 1.3.1-2.fc20 will be erased
---> Package pytz.noarch 2012d-5.fc20 will be erased
--> Finished dependency resolution

Here you see if you try to remove pytz now then "python-jenkinsapi" also erased which was not happing before. 
Please try to reproduce this using latest koji build if you are using yum stable repo then you still have older version.

Comment 4 Fedora Update System 2014-03-07 06:30:32 UTC
Package python-jenkinsapi-0.2.18-2.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing python-jenkinsapi-0.2.18-2.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-3529/python-jenkinsapi-0.2.18-2.fc20
then log in and leave karma (feedback).

Comment 5 Fedora End Of Life 2015-05-29 11:08:25 UTC
This message is a reminder that Fedora 20 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 20. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '20'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 20 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 6 Fedora End Of Life 2015-06-30 01:35:02 UTC
Fedora 20 changed to end-of-life (EOL) status on 2015-06-23. Fedora 20 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.