commit python-pymod2pkg for openSUSE:Factory
Hello community, here is the log from the commit of package python-pymod2pkg for openSUSE:Factory checked in at 2018-09-26 14:22:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymod2pkg (Old) and /work/SRC/openSUSE:Factory/.python-pymod2pkg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-pymod2pkg" Wed Sep 26 14:22:48 2018 rev:13 rq:634901 version:0.14.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymod2pkg/python-pymod2pkg.changes 2018-02-22 15:02:24.666079276 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymod2pkg.new/python-pymod2pkg.changes 2018-09-26 14:22:50.129977792 +0200 @@ -1,0 +2,14 @@ +Tue Sep 11 07:54:57 UTC 2018 - cloud-devel@suse.de + +- update to version 0.14.0 + - Add RDO mapping for rtslib-fb + - Add RDO mapping for sphinx_rtd_theme, remove unneeded dot + - Update links in README + - Translate ironic-python-agent for SUSE correctly + - Add RDO mapping for ansible + - Change RDO mapping for PyYAML, pyparsing and pytz + - Updated from global requirements + - add lower-constraints job + - Added cyborg for SUSE and RDO mappings + +------------------------------------------------------------------- Old: ---- pymod2pkg-0.13.1.tar.gz New: ---- pymod2pkg-0.14.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymod2pkg.spec ++++++ --- /var/tmp/diff_new_pack.AX7LAp/_old 2018-09-26 14:22:50.601977041 +0200 +++ /var/tmp/diff_new_pack.AX7LAp/_new 2018-09-26 14:22:50.601977041 +0200 @@ -18,20 +18,20 @@ %global sname pymod2pkg Name: python-pymod2pkg -Version: 0.13.1 +Version: 0.14.0 Release: 0 Summary: OpenStack Packaging - python module name to package name map License: Apache-2.0 Group: Development/Libraries/Python -Url: https://wiki.openstack.org/wiki/Rpm-packaging +URL: https://wiki.openstack.org/wiki/Rpm-packaging Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python-pbr +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-testrepository BuildRequires: python-testscenarios BuildRequires: python-testtools -Requires: python-pbr +Requires: python-pbr >= 2.0.0 BuildArch: noarch %description ++++++ _service ++++++ --- /var/tmp/diff_new_pack.AX7LAp/_old 2018-09-26 14:22:50.629976997 +0200 +++ /var/tmp/diff_new_pack.AX7LAp/_new 2018-09-26 14:22:50.629976997 +0200 @@ -2,7 +2,7 @@ <service mode="disabled" name="renderspec"> <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/pymod2pkg/pymod2pkg.spec.j2</param> <param name="output-name">python-pymod2pkg.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/pymod2pkg/master/requirements.txt</param> <param name="changelog-email">cloud-devel@suse.de</param> <param name="changelog-provider">gh,openstack,pymod2pkg</param> </service> ++++++ pymod2pkg-0.13.1.tar.gz -> pymod2pkg-0.14.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/.zuul.yaml new/pymod2pkg-0.14.0/.zuul.yaml --- old/pymod2pkg-0.13.1/.zuul.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/pymod2pkg-0.14.0/.zuul.yaml 2018-06-25 14:30:12.000000000 +0200 @@ -0,0 +1,7 @@ +- project: + check: + jobs: + - openstack-tox-lower-constraints + gate: + jobs: + - openstack-tox-lower-constraints diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/AUTHORS new/pymod2pkg-0.14.0/AUTHORS --- old/pymod2pkg-0.13.1/AUTHORS 2018-02-09 04:26:41.000000000 +0100 +++ new/pymod2pkg-0.14.0/AUTHORS 2018-06-25 14:32:42.000000000 +0200 @@ -7,11 +7,13 @@ Chandan Kumar <chkumar@redhat.com> Chuck Short <chuck.short@canonical.com> Dirk Mueller <dirk@dmllr.de> +Doug Hellmann <doug@doughellmann.com> Flavio Percoco <flaper87@gmail.com> Haikel Guemar <hguemar@fedoraproject.org> Hangdong Zhang <hdzhang@fiberhome.com> Igor Yozhikov <iyozhikov@mirantis.com> Jakub Ruzicka <jruzicka@redhat.com> +Jan Zerebecki <jzerebecki@suse.com> Janonymous <janonymous.codevulture@gmail.com> Javier Pena <jpena@redhat.com> Jeremy Liu <liujiong@gohighsec.com> @@ -19,8 +21,10 @@ Joseph Davis <joseph.davis@suse.com> Ondřej Nový <ondrej.novy@firma.seznam.cz> Stefan Nica <snica@suse.com> +Sumit Jamgade <sjamgade@suse.com> Thomas Bechtold <tbechtold@suse.com> Tomasz Trębski <tomasz.trebski@ts.fujitsu.com> Tony Xu <hhktony@gmail.com> Zuul <zuul@review.openstack.org> loooosy <syluo5695@fiberhome.com> +malei <malei@maleideMacBook-Pro.local> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/ChangeLog new/pymod2pkg-0.14.0/ChangeLog --- old/pymod2pkg-0.13.1/ChangeLog 2018-02-09 04:26:41.000000000 +0100 +++ new/pymod2pkg-0.14.0/ChangeLog 2018-06-25 14:32:42.000000000 +0200 @@ -1,6 +1,27 @@ CHANGES ======= +0.14.0 +------ + +* Added cyborg for SUSE and RDO mappings +* Change RDO mapping for PyYAML, pyparsing and pytz + +0.13.3 +------ + +* Add RDO mapping for rtslib-fb +* add lower-constraints job +* Updated from global requirements +* Update links in README +* Add RDO mapping for ansible +* Add RDO mapping for sphinx\_rtd\_theme, remove unneeded dot + +0.13.2 +------ + +* Translate ironic-python-agent for SUSE correctly + 0.13.1 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/PKG-INFO new/pymod2pkg-0.14.0/PKG-INFO --- old/pymod2pkg-0.13.1/PKG-INFO 2018-02-09 04:26:42.000000000 +0100 +++ new/pymod2pkg-0.14.0/PKG-INFO 2018-06-25 14:32:42.000000000 +0200 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: pymod2pkg -Version: 0.13.1 +Version: 0.14.0 Summary: python module name to package name map Home-page: https://docs.openstack.org/pymod2pkg/latest/ Author: OpenStack Author-email: openstack-dev@lists.openstack.org License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: http://governance.openstack.org/badges/pymod2pkg.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/pymod2pkg.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/README.rst new/pymod2pkg-0.14.0/README.rst --- old/pymod2pkg-0.13.1/README.rst 2018-02-09 04:24:14.000000000 +0100 +++ new/pymod2pkg-0.14.0/README.rst 2018-06-25 14:30:12.000000000 +0200 @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/pymod2pkg.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/pymod2pkg.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/lower-constraints.txt new/pymod2pkg-0.14.0/lower-constraints.txt --- old/pymod2pkg-0.13.1/lower-constraints.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/pymod2pkg-0.14.0/lower-constraints.txt 2018-06-25 14:30:12.000000000 +0200 @@ -0,0 +1,29 @@ +alabaster==0.7.10 +Babel==2.3.4 +docutils==0.11 +extras==1.0.0 +fixtures==3.0.0 +flake8==3.5.0 +imagesize==0.7.1 +Jinja2==2.10 +linecache2==1.0.0 +MarkupSafe==1.0 +mccabe==0.6.1 +oslosphinx==4.7.0 +pbr==2.0.0 +pycodestyle==2.3.1 +pyflakes==1.6.0 +Pygments==2.2.0 +python-mimeparse==1.6.0 +python-subunit==1.0.0 +pytz==2013.6 +requests==2.14.2 +six==1.10.0 +snowballstemmer==1.2.1 +Sphinx==1.6.5 +sphinxcontrib-websupport==1.0.1 +testrepository==0.0.18 +testresources==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/pymod2pkg-0.13.1/pymod2pkg/__init__.py new/pymod2pkg-0.14.0/pymod2pkg/__init__.py --- old/pymod2pkg-0.13.1/pymod2pkg/__init__.py 2018-02-09 04:24:14.000000000 +0100 +++ new/pymod2pkg-0.14.0/pymod2pkg/__init__.py 2018-06-25 14:30:12.000000000 +0200 @@ -150,6 +150,7 @@ # This demonstrates per-dist filter # SingleRule('sphinx', 'python-sphinx', # distmap={'epel-6': 'python-sphinx10'}), + SingleRule('ansible', 'ansible'), SingleRule('APScheduler', 'python-APScheduler', py3pkg='python3-APScheduler'), SingleRule('Babel', 'python-babel', py3pkg='python3-babel'), @@ -173,7 +174,7 @@ py3pkg='python3-migrate'), SingleRule('qpid-python', 'python-qpid'), SingleRule('nosexcover', 'python-nose-xcover', - py3pkg='python3-nose-xcover.'), + py3pkg='python3-nose-xcover'), SingleRule('posix_ipc', 'python-posix_ipc', py3pkg='python3-posix_ipc'), SingleRule('sysv_ipc', 'python-sysv_ipc', py3pkg='python3-sysv_ipc'), SingleRule('oslosphinx', 'python-oslo-sphinx', @@ -188,6 +189,8 @@ SingleRule('wsgi_intercept', 'python-wsgi_intercept', py3pkg='python3-wsgi_intercept'), SingleRule('Sphinx', 'python-sphinx', py3pkg='python3-sphinx'), + SingleRule('sphinx_rtd_theme', 'python-sphinx_rtd_theme', + py3pkg='python3-sphinx_rtd_theme'), SingleRule('xattr', 'pyxattr', py3pkg='python3-pyxattr'), SingleRule('XStatic-term.js', 'python-XStatic-termjs', py3pkg='python3-XStatic-termjs'), @@ -196,9 +199,11 @@ SingleRule('m2crypto', 'm2crypto'), SingleRule('libvirt-python', 'libvirt-python', py3pkg='libvirt-python3'), SingleRule('tempest-horizon', 'python-horizon-tests-tempest'), + SingleRule('rtslib-fb', 'python-rtslib', py3pkg='python3-rtslib'), + SingleRule('PyYAML', 'python-yaml', py3pkg='python3-yaml'), # simple direct mapping no name change MultiRule( - mods=['PyYAML', 'numpy', 'pyflakes', 'pylint', 'pyparsing', + mods=['numpy', 'pyflakes', 'pylint', 'dib-utils', 'diskimage-builder', 'graphviz', @@ -212,13 +217,13 @@ 'sympy', 'systemd-python', 'watchdog', - 'pystache', 'pytz', 'pysendfile'], + 'pystache', 'pysendfile'], pkgfun=lambda mod: ((mod, mod, 'python3-' + mod))), # OpenStack services MultiRule( # keep lists in alphabetic order mods=['aodh', 'barbican', 'ceilometer', 'cinder', - 'cloudkitty', 'designate', 'ec2-api', 'freezer', + 'cloudkitty', 'cyborg', 'designate', 'ec2-api', 'freezer', 'freezer-api', 'freezer-dr', 'glance', 'heat', 'heat-templates', 'ironic', 'ironic-discoverd', 'ironic-inspector', 'ironic-python-agent', 'karbor', @@ -248,10 +253,10 @@ # OpenStack services MultiRule( # keep lists in alphabetic order - mods=['ceilometer', 'cinder', 'designate', 'freezer', + mods=['ceilometer', 'cinder', 'cyborg', 'designate', 'freezer', 'freezer-api', 'freezer-dr', 'glance', 'heat', 'ironic', - 'karbor', 'keystone', 'manila', 'masakari', - 'masakari-monitors', 'mistral', 'monasca-agent', + 'ironic-python-agent', 'karbor', 'keystone', 'manila', + 'masakari', 'masakari-monitors', 'mistral', 'monasca-agent', 'monasca-api', 'monasca-ceilometer', 'monasca-log-api', 'monasca-notification', 'monasca-persister', 'monasca-transform', 'neutron', 'nova', 'rally', @@ -262,7 +267,7 @@ MultiRule( mods=['python-%sclient' % c for c in ( 'barbican', 'ceilometer', 'cinder', 'cloudkitty', - 'congress', 'cue', 'designate', 'distil', 'drac', 'fuel', + 'congress', 'cue', 'cyborg', 'designate', 'distil', 'drac', 'fuel', 'freezer', 'heat', 'glance', 'glare', 'ironic', 'ironic-inspector-', 'karbor', 'k8s', 'keystone', 'magnum', 'manila', 'masakari', 'mistral', 'monasca', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/pymod2pkg.egg-info/PKG-INFO new/pymod2pkg-0.14.0/pymod2pkg.egg-info/PKG-INFO --- old/pymod2pkg-0.13.1/pymod2pkg.egg-info/PKG-INFO 2018-02-09 04:26:41.000000000 +0100 +++ new/pymod2pkg-0.14.0/pymod2pkg.egg-info/PKG-INFO 2018-06-25 14:32:42.000000000 +0200 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: pymod2pkg -Version: 0.13.1 +Version: 0.14.0 Summary: python module name to package name map Home-page: https://docs.openstack.org/pymod2pkg/latest/ Author: OpenStack Author-email: openstack-dev@lists.openstack.org License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: http://governance.openstack.org/badges/pymod2pkg.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/pymod2pkg.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/pymod2pkg.egg-info/SOURCES.txt new/pymod2pkg-0.14.0/pymod2pkg.egg-info/SOURCES.txt --- old/pymod2pkg-0.13.1/pymod2pkg.egg-info/SOURCES.txt 2018-02-09 04:26:42.000000000 +0100 +++ new/pymod2pkg-0.14.0/pymod2pkg.egg-info/SOURCES.txt 2018-06-25 14:32:42.000000000 +0200 @@ -1,10 +1,12 @@ .testr.conf +.zuul.yaml AUTHORS ChangeLog LICENSE MANIFEST.in Makefile README.rst +lower-constraints.txt requirements.txt setup.cfg setup.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/pymod2pkg.egg-info/pbr.json new/pymod2pkg-0.14.0/pymod2pkg.egg-info/pbr.json --- old/pymod2pkg-0.13.1/pymod2pkg.egg-info/pbr.json 2018-02-09 04:26:41.000000000 +0100 +++ new/pymod2pkg-0.14.0/pymod2pkg.egg-info/pbr.json 2018-06-25 14:32:42.000000000 +0200 @@ -1 +1 @@ -{"git_version": "aaf1334", "is_release": true} \ No newline at end of file +{"git_version": "afde7c9", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/test-requirements.txt new/pymod2pkg-0.14.0/test-requirements.txt --- old/pymod2pkg-0.13.1/test-requirements.txt 2018-02-09 04:24:14.000000000 +0100 +++ new/pymod2pkg-0.14.0/test-requirements.txt 2018-06-25 14:30:12.000000000 +0200 @@ -6,5 +6,5 @@ testresources>=2.0.0 # Apache-2.0/BSD testtools>=2.2.0 # MIT -sphinx!=1.6.6,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD oslosphinx>=4.7.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.13.1/tox.ini new/pymod2pkg-0.14.0/tox.ini --- old/pymod2pkg-0.13.1/tox.ini 2018-02-09 04:24:14.000000000 +0100 +++ new/pymod2pkg-0.14.0/tox.ini 2018-06-25 14:30:12.000000000 +0200 @@ -26,3 +26,10 @@ [testenv:docs] commands = python setup.py build_sphinx + +[testenv:lower-constraints] +basepython = python3 +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt
participants (1)
-
root