commit python-congressclient for openSUSE:Factory
Hello community, here is the log from the commit of package python-congressclient for openSUSE:Factory checked in at 2019-05-03 22:40:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-congressclient (Old) and /work/SRC/openSUSE:Factory/.python-congressclient.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-congressclient" Fri May 3 22:40:09 2019 rev:7 rq:692820 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-congressclient/python-congressclient.changes 2018-09-07 15:36:59.902691636 +0200 +++ /work/SRC/openSUSE:Factory/.python-congressclient.new.5148/python-congressclient.changes 2019-05-03 22:40:18.310973494 +0200 @@ -1,0 +2,14 @@ +Mon Apr 8 12:05:30 UTC 2019 - cloud-devel@suse.de + +- update to version 1.12.0 + - Add Python 3.6 classifier to setup.cfg + - Switch to stestr + - Change openstack-dev to openstack-discuss + - Update hacking version + - Add python 3.6 for test in tox + - switch documentation job to new PTI + - add python 3.6 unit test job + - Use template for lower-constraints + - import zuul job settings from project-config + +------------------------------------------------------------------- Old: ---- python-congressclient-1.11.0.tar.gz New: ---- python-congressclient-1.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-congressclient.spec ++++++ --- /var/tmp/diff_new_pack.SQwDjr/_old 2019-05-03 22:40:20.754978639 +0200 +++ /var/tmp/diff_new_pack.SQwDjr/_new 2019-05-03 22:40:20.794978723 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-congressclient # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global sname python-congressclient Name: python-congressclient -Version: 1.11.0 +Version: 1.12.0 Release: 0 Summary: Client library for Congress License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/%{name} -Source0: https://files.pythonhosted.org/packages/source/p/python-congressclient/pytho... +Source0: https://files.pythonhosted.org/packages/source/p/python-congressclient/pytho... BuildRequires: openstack-macros -BuildRequires: python-devel BuildRequires: python-fixtures BuildRequires: python-jsonpatch BuildRequires: python-mock @@ -40,9 +39,8 @@ BuildRequires: python-requests-mock BuildRequires: python-setuptools BuildRequires: python-sphinxcontrib-apidoc -BuildRequires: python-testrepository +BuildRequires: python-stestr BuildRequires: python-testscenarios -BuildRequires: python-testtools Requires: python-Babel >= 2.3.4 Requires: python-cliff >= 2.8.0 Requires: python-keystoneauth1 >= 3.4.0 @@ -86,20 +84,19 @@ %prep %autosetup -n %{name}-%{version} %py_req_cleanup -sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build} # Build HTML docs and man page -PBR_VERSION=1.11.0 sphinx-build -b html doc/source doc/build/html +PBR_VERSION=1.12.0 sphinx-build -b html doc/source doc/build/html rm -rf doc/build/html/.{doctrees,buildinfo} %install %{py2_install} %check -%{__python2} setup.py testr +stestr run %files %doc README.rst ++++++ _service ++++++ --- /var/tmp/diff_new_pack.SQwDjr/_old 2019-05-03 22:40:21.154979481 +0200 +++ /var/tmp/diff_new_pack.SQwDjr/_new 2019-05-03 22:40:21.178979532 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/python-congressclient/python-congressclient.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-congressclient/python-congressclient.spec.j2</param> <param name="output-name">python-congressclient.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/python-congressclient/stable/rocky/requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/python-congressclient/stable/stein/requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,python-congressclient</param> </service> ++++++ python-congressclient-1.11.0.tar.gz -> python-congressclient-1.12.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/.stestr.conf new/python-congressclient-1.12.0/.stestr.conf --- old/python-congressclient-1.11.0/.stestr.conf 1970-01-01 01:00:00.000000000 +0100 +++ new/python-congressclient-1.12.0/.stestr.conf 2019-02-05 22:58:57.000000000 +0100 @@ -0,0 +1,4 @@ +[DEFAULT] +test_path=./congressclient/tests +top_dir=./ + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/.testr.conf new/python-congressclient-1.12.0/.testr.conf --- old/python-congressclient-1.11.0/.testr.conf 2018-07-27 00:20:19.000000000 +0200 +++ new/python-congressclient-1.12.0/.testr.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,7 +0,0 @@ -[DEFAULT] -test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ - OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ - OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \ - ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION -test_id_option=--load-list $IDFILE -test_list_option=--list \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/.zuul.yaml new/python-congressclient-1.12.0/.zuul.yaml --- old/python-congressclient-1.11.0/.zuul.yaml 2018-07-27 00:20:19.000000000 +0200 +++ new/python-congressclient-1.12.0/.zuul.yaml 2019-02-05 22:58:57.000000000 +0100 @@ -1,7 +1,9 @@ - project: - check: - jobs: - - openstack-tox-lower-constraints - gate: - jobs: - - openstack-tox-lower-constraints + templates: + - check-requirements + - openstack-lower-constraints-jobs + - openstack-python-jobs + - openstack-python35-jobs + - openstack-python36-jobs + - openstackclient-plugin-jobs + - publish-openstack-docs-pti diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/AUTHORS new/python-congressclient-1.12.0/AUTHORS --- old/python-congressclient-1.11.0/AUTHORS 2018-07-27 00:23:05.000000000 +0200 +++ new/python-congressclient-1.12.0/AUTHORS 2019-02-05 23:00:51.000000000 +0100 @@ -17,6 +17,7 @@ Kiran_totad <kiran.totad@nectechnologies.in> Masahito Muroi <muroi.masahito@lab.ntt.co.jp> Monty Taylor <mordred@inaugust.com> +Nguyen Hai <nguyentrihai93@gmail.com> Pierre Crégut <pierre.cregut@orange.com> Rui Chen <chenrui.momo@gmail.com> Rui Yuan Dou <rydou@fiberhome.com> @@ -32,14 +33,16 @@ Tony Breeds <tony@bakeyournoodle.com> Tony Xu <hhktony@gmail.com> Zhenzan Zhou <zhenzan.zhou@intel.com> -Zuul <zuul@review.openstack.org> +ZhijunWei <wzj334965317@outlook.com> aimee.ukasick <au7569@att.com> +akhiljain23 <akhil.jain@india.nec.com> howardlee <lihongweibj@inspur.com> jacky06 <zhang.min@99cloud.net> kavithahr <kavitha.r@nectechnologies.in> lingyongxu <lyxu@fiberhome.com> malei <malei@maleideMacBook-Pro.local> melissaml <ma.lei@99cloud.net> +qingszhao <zhao.daqing@99cloud.net> ricolin <rico.lin@easystack.cn> shu-mutou <shu-mutou@rf.jp.nec.com> yuyafei <yu.yafei@zte.com.cn> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/ChangeLog new/python-congressclient-1.12.0/ChangeLog --- old/python-congressclient-1.11.0/ChangeLog 2018-07-27 00:23:05.000000000 +0200 +++ new/python-congressclient-1.12.0/ChangeLog 2019-02-05 23:00:51.000000000 +0100 @@ -1,6 +1,19 @@ CHANGES ======= +1.12.0 +------ + +* Update hacking version +* Use template for lower-constraints +* Change openstack-dev to openstack-discuss +* Add Python 3.6 classifier to setup.cfg +* Switch to stestr +* Add python 3.6 for test in tox +* add python 3.6 unit test job +* switch documentation job to new PTI +* import zuul job settings from project-config + 1.11.0 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/PKG-INFO new/python-congressclient-1.12.0/PKG-INFO --- old/python-congressclient-1.11.0/PKG-INFO 2018-07-27 00:23:06.000000000 +0200 +++ new/python-congressclient-1.12.0/PKG-INFO 2019-02-05 23:00:51.000000000 +0100 @@ -1,10 +1,10 @@ Metadata-Version: 1.1 Name: python-congressclient -Version: 1.11.0 +Version: 1.12.0 Summary: Client for Congress Home-page: https://docs.openstack.org/python-congressclient/latest/ Author: OpenStack -Author-email: openstack-dev@lists.openstack.org +Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN Description: ======================== Team and repository tags @@ -116,3 +116,4 @@ Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/congressclient/__init__.py new/python-congressclient-1.12.0/congressclient/__init__.py --- old/python-congressclient-1.11.0/congressclient/__init__.py 2018-07-27 00:20:19.000000000 +0200 +++ new/python-congressclient-1.12.0/congressclient/__init__.py 2019-02-05 22:58:57.000000000 +0100 @@ -10,10 +10,10 @@ # License for the specific language governing permissions and limitations # under the License. -__all__ = ['__version__'] - import pbr.version +__all__ = ['__version__'] + version_info = pbr.version.VersionInfo('python-congressclient') try: __version__ = version_info.version_string() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/lower-constraints.txt new/python-congressclient-1.12.0/lower-constraints.txt --- old/python-congressclient-1.11.0/lower-constraints.txt 2018-07-27 00:20:19.000000000 +0200 +++ new/python-congressclient-1.12.0/lower-constraints.txt 2019-02-05 22:58:57.000000000 +0100 @@ -53,7 +53,7 @@ Sphinx==1.6.2 sphinxcontrib-websupport==1.0.1 stevedore==1.28.0 -testrepository==0.0.18 +stestr==2.0.0 testtools==2.2.0 traceback2==1.4.0 unittest2==1.1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/python_congressclient.egg-info/PKG-INFO new/python-congressclient-1.12.0/python_congressclient.egg-info/PKG-INFO --- old/python-congressclient-1.11.0/python_congressclient.egg-info/PKG-INFO 2018-07-27 00:23:05.000000000 +0200 +++ new/python-congressclient-1.12.0/python_congressclient.egg-info/PKG-INFO 2019-02-05 23:00:51.000000000 +0100 @@ -1,10 +1,10 @@ Metadata-Version: 1.1 Name: python-congressclient -Version: 1.11.0 +Version: 1.12.0 Summary: Client for Congress Home-page: https://docs.openstack.org/python-congressclient/latest/ Author: OpenStack -Author-email: openstack-dev@lists.openstack.org +Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN Description: ======================== Team and repository tags @@ -116,3 +116,4 @@ Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/python_congressclient.egg-info/SOURCES.txt new/python-congressclient-1.12.0/python_congressclient.egg-info/SOURCES.txt --- old/python-congressclient-1.11.0/python_congressclient.egg-info/SOURCES.txt 2018-07-27 00:23:06.000000000 +0200 +++ new/python-congressclient-1.12.0/python_congressclient.egg-info/SOURCES.txt 2019-02-05 23:00:51.000000000 +0100 @@ -1,6 +1,6 @@ .coveragerc .mailmap -.testr.conf +.stestr.conf .zuul.yaml AUTHORS CONTRIBUTING.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/python_congressclient.egg-info/pbr.json new/python-congressclient-1.12.0/python_congressclient.egg-info/pbr.json --- old/python-congressclient-1.11.0/python_congressclient.egg-info/pbr.json 2018-07-27 00:23:05.000000000 +0200 +++ new/python-congressclient-1.12.0/python_congressclient.egg-info/pbr.json 2019-02-05 23:00:51.000000000 +0100 @@ -1 +1 @@ -{"git_version": "c7cd43b", "is_release": true} \ No newline at end of file +{"git_version": "b704432", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/setup.cfg new/python-congressclient-1.12.0/setup.cfg --- old/python-congressclient-1.11.0/setup.cfg 2018-07-27 00:23:06.000000000 +0200 +++ new/python-congressclient-1.12.0/setup.cfg 2019-02-05 23:00:51.000000000 +0100 @@ -4,7 +4,7 @@ description-file = README.rst author = OpenStack -author-email = openstack-dev@lists.openstack.org +author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/python-congressclient/latest/ classifier = Environment :: OpenStack @@ -17,6 +17,7 @@ Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 [files] packages = diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/test-requirements.txt new/python-congressclient-1.12.0/test-requirements.txt --- old/python-congressclient-1.11.0/test-requirements.txt 2018-07-27 00:20:19.000000000 +0200 +++ new/python-congressclient-1.12.0/test-requirements.txt 2019-02-05 22:58:57.000000000 +0100 @@ -1,10 +1,10 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -testrepository>=0.0.18 # Apache-2.0/BSD +stestr>=2.0.0 # Apache-2.0 testtools>=2.2.0 # MIT mock>=2.0.0 # BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-congressclient-1.11.0/tox.ini new/python-congressclient-1.12.0/tox.ini --- old/python-congressclient-1.11.0/tox.ini 2018-07-27 00:20:19.000000000 +0200 +++ new/python-congressclient-1.12.0/tox.ini 2019-02-05 22:58:57.000000000 +0100 @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 skipsdist = True [testenv] @@ -13,7 +13,7 @@ -r{toxinidir}/test-requirements.txt commands = find . -type f -name "*.pyc" -delete - python setup.py testr --slowest --testr-args='{posargs}' + stestr run --slowest {posargs} [testenv:pep8] basepython = python3 @@ -25,7 +25,7 @@ [testenv:cover] basepython = python3 -commands = python setup.py testr --coverage --testr-args='{posargs}' +commands = stestr run {posargs} [testenv:docs] basepython = python3
participants (1)
-
root