Bug 1048458 - python-cliff-1.6.0 is available
Summary: python-cliff-1.6.0 is available
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-cliff
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Ralph Bean
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 1084099
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-04 10:31 UTC by Upstream Release Monitoring
Modified: 2014-04-08 17:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-08 17:10:34 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Patch introducing a python3 subpackage and bump to latest upstream. (2.56 KB, patch)
2014-04-03 15:23 UTC, Ralph Bean
no flags Details | Diff

Description Upstream Release Monitoring 2014-01-04 10:31:46 UTC
Latest upstream release: 1.5.2
Current version/release in Fedora Rawhide: 1.4.5-1.fc21
URL: https://pypi.python.org/packages/source/c/cliff/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 1 Ralph Bean 2014-01-28 20:58:25 UTC
I ran into problems getting the check section to run for rawhide with cliff-1.5.2:

+ /usr/bin/python setup.py test
running test
Searching for stevedore
Reading https://pypi.python.org/simple/stevedore/
Best match: stevedore 0.14.1
Downloading https://pypi.python.org/packages/source/s/stevedore/stevedore-0.14.1.tar.gz#md5=8a93401f0b499c5ee48b85bf4b8211ac
Processing stevedore-0.14.1.tar.gz
Writing /tmp/easy_install-gS5Dib/stevedore-0.14.1/setup.cfg
Running stevedore-0.14.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-gS5Dib/stevedore-0.14.1/egg-dist-tmp-56HR4b
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'setup_requires'
  warnings.warn(msg)
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'pbr'
  warnings.warn(msg)
Traceback (most recent call last):
  File "setup.py", line 14, in <module>
    pbr=True)
  File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 128, in run
    self.distribution.fetch_build_eggs(self.distribution.install_requires)
  File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 263, in fetch_build_eggs
    parse_requirements(requires), installer=self.fetch_build_egg
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 559, in resolve
    dist = best[req.key] = env.best_match(req, self, installer)
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 797, in best_match
    return self.obtain(req, installer) # try and download/install
  File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 809, in obtain
    return installer(requirement)
  File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 593, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 623, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 809, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1015, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 1000, in run_setup
    run_setup(setup_script, args)
  File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 50, in run_setup
    lambda: execfile(
  File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 100, in run
    return func()
  File "/usr/lib/python2.7/site-packages/setuptools/sandbox.py", line 52, in <lambda>
    {'__file__':setup_script, '__name__':'__main__'}
  File "setup.py", line 14, in <module>
    pbr=True)
  File "/usr/lib64/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib64/python2.7/distutils/dist.py", line 970, in run_command
    cmd_obj = self.get_command_obj(command)
  File "/usr/lib64/python2.7/distutils/dist.py", line 846, in get_command_obj
    cmd_obj = self.command_obj[command] = klass(self)
  File "/usr/lib/python2.7/site-packages/setuptools/__init__.py", line 69, in __init__
    _Command.__init__(self,dist)
  File "/usr/lib64/python2.7/distutils/cmd.py", line 59, in __init__
    raise TypeError, "dist must be a Distribution instance"
TypeError: dist must be a Distribution instance

Comment 2 Upstream Release Monitoring 2014-04-03 10:37:33 UTC
Latest upstream release: 1.6.0
Current version/release in Fedora Rawhide: 1.4.5-1.fc21
URL: https://pypi.python.org/packages/source/c/cliff/

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

Comment 3 Ralph Bean 2014-04-03 15:23:32 UTC
Created attachment 882345 [details]
Patch introducing a python3 subpackage and bump to latest upstream.

I got the tests working.

Comment 4 Ralph Bean 2014-04-08 17:10:34 UTC
Built for rawhide:  http://koji.fedoraproject.org/koji/taskinfo?taskID=6718861


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