commit python-oslo.context for openSUSE:Factory
Hello community, here is the log from the commit of package python-oslo.context for openSUSE:Factory checked in at 2015-08-29 20:05:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.context (Old) and /work/SRC/openSUSE:Factory/.python-oslo.context.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-oslo.context" Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.context/python-oslo.context.changes 2015-08-27 08:55:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.context.new/python-oslo.context.changes 2015-08-29 20:05:06.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Aug 27 14:30:45 UTC 2015 - tbechtold@suse.com + +- update to 0.5.0: + * Updated from global requirements + * Add tox target to find missing requirements + +------------------------------------------------------------------- Old: ---- oslo.context-0.4.0.tar.gz New: ---- oslo.context-0.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.context.spec ++++++ --- /var/tmp/diff_new_pack.hRHocQ/_old 2015-08-29 20:05:07.000000000 +0200 +++ /var/tmp/diff_new_pack.hRHocQ/_new 2015-08-29 20:05:07.000000000 +0200 @@ -17,7 +17,7 @@ Name: python-oslo.context -Version: 0.4.0 +Version: 0.5.0 Release: 0 Url: https://launchpad.net/oslo.context Summary: Helpers to maintain useful information about a request context ++++++ oslo.context-0.4.0.tar.gz -> oslo.context-0.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/ChangeLog new/oslo.context-0.5.0/ChangeLog --- old/oslo.context-0.4.0/ChangeLog 2015-06-02 17:08:03.000000000 +0200 +++ new/oslo.context-0.5.0/ChangeLog 2015-08-03 19:20:09.000000000 +0200 @@ -1,6 +1,15 @@ CHANGES ======= +0.5.0 +----- + +* Updated from global requirements +* Updated from global requirements +* Add tox target to find missing requirements +* Updated from global requirements +* Updated from global requirements + 0.4.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/PKG-INFO new/oslo.context-0.5.0/PKG-INFO --- old/oslo.context-0.4.0/PKG-INFO 2015-06-02 17:08:03.000000000 +0200 +++ new/oslo.context-0.5.0/PKG-INFO 2015-08-03 19:20:09.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslo.context -Version: 0.4.0 +Version: 0.5.0 Summary: Oslo Context library Home-page: http://launchpad.net/oslo Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/oslo.context.egg-info/PKG-INFO new/oslo.context-0.5.0/oslo.context.egg-info/PKG-INFO --- old/oslo.context-0.4.0/oslo.context.egg-info/PKG-INFO 2015-06-02 17:08:03.000000000 +0200 +++ new/oslo.context-0.5.0/oslo.context.egg-info/PKG-INFO 2015-08-03 19:20:09.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslo.context -Version: 0.4.0 +Version: 0.5.0 Summary: Oslo Context library Home-page: http://launchpad.net/oslo Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/oslo.context.egg-info/pbr.json new/oslo.context-0.5.0/oslo.context.egg-info/pbr.json --- old/oslo.context-0.4.0/oslo.context.egg-info/pbr.json 2015-06-02 17:08:03.000000000 +0200 +++ new/oslo.context-0.5.0/oslo.context.egg-info/pbr.json 2015-08-03 19:20:09.000000000 +0200 @@ -1 +1 @@ -{"is_release": true, "git_version": "4c9b37d"} \ No newline at end of file +{"git_version": "08e1f67", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/oslo.context.egg-info/requires.txt new/oslo.context-0.5.0/oslo.context.egg-info/requires.txt --- old/oslo.context-0.4.0/oslo.context.egg-info/requires.txt 2015-06-02 17:08:03.000000000 +0200 +++ new/oslo.context-0.5.0/oslo.context.egg-info/requires.txt 2015-08-03 19:20:09.000000000 +0200 @@ -1,2 +1,2 @@ -pbr>=0.11,<2.0 +pbr<2.0,>=1.3 Babel>=1.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/requirements.txt new/oslo.context-0.5.0/requirements.txt --- old/oslo.context-0.4.0/requirements.txt 2015-06-02 17:07:38.000000000 +0200 +++ new/oslo.context-0.5.0/requirements.txt 2015-08-03 19:19:43.000000000 +0200 @@ -2,5 +2,5 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.11,<2.0 +pbr<2.0,>=1.3 Babel>=1.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/setup.cfg new/oslo.context-0.5.0/setup.cfg --- old/oslo.context-0.4.0/setup.cfg 2015-06-02 17:08:03.000000000 +0200 +++ new/oslo.context-0.5.0/setup.cfg 2015-08-03 19:20:09.000000000 +0200 @@ -52,7 +52,7 @@ universal = true [egg_info] -tag_build = tag_date = 0 tag_svn_revision = 0 +tag_build = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/setup.py new/oslo.context-0.5.0/setup.py --- old/oslo.context-0.4.0/setup.py 2015-06-02 17:07:38.000000000 +0200 +++ new/oslo.context-0.5.0/setup.py 2015-08-03 19:19:43.000000000 +0200 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,5 +25,5 @@ pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=1.3'], pbr=True) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/test-requirements.txt new/oslo.context-0.5.0/test-requirements.txt --- old/oslo.context-0.4.0/test-requirements.txt 2015-06-02 17:07:38.000000000 +0200 +++ new/oslo.context-0.5.0/test-requirements.txt 2015-08-03 19:19:43.000000000 +0200 @@ -2,10 +2,10 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.10.0,<0.11 -oslotest>=1.5.1 # Apache-2.0 +hacking<0.11,>=0.10.0 +oslotest>=1.9.0 # Apache-2.0 coverage>=3.6 # These are needed for docs generation -oslosphinx>=2.5.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +oslosphinx>=2.5.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.context-0.4.0/tox.ini new/oslo.context-0.5.0/tox.ini --- old/oslo.context-0.4.0/tox.ini 2015-06-02 17:07:38.000000000 +0200 +++ new/oslo.context-0.5.0/tox.ini 2015-08-03 19:19:43.000000000 +0200 @@ -38,3 +38,11 @@ [hacking] import_exceptions = + +[testenv:pip-missing-reqs] +# do not install test-requirements as that will pollute the virtualenv for +# determining missing packages +# this also means that pip-missing-reqs must be installed separately, outside +# of the requirements.txt files +deps = pip_missing_reqs +commands = pip-missing-reqs -d --ignore-module=oslo_context* --ignore-file=oslo_context/tests/* --ignore-file=tests/ oslo_context
participants (1)
-
root@hilbert.suse.de