Hello community, here is the log from the commit of package python-pymod2pkg for openSUSE:Factory checked in at 2017-07-26 13:06:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymod2pkg (Old) and /work/SRC/openSUSE:Factory/.python-pymod2pkg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymod2pkg" Wed Jul 26 13:06:24 2017 rev:4 rq:512588 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymod2pkg/python-pymod2pkg.changes 2017-04-26 21:44:45.110958071 +0200 +++ /work/SRC/openSUSE:Factory/.python-pymod2pkg.new/python-pymod2pkg.changes 2017-07-26 13:06:26.164438116 +0200 @@ -1,0 +2,24 @@ +Wed Jul 26 05:41:19 UTC 2017 - [email protected] + +- update to version 0.8.1 + - Fix SUSE mapping for libvirt-python + - Add SUSE naming exception for ansible + - Updated from global requirements + +------------------------------------------------------------------- +Fri Jun 2 10:21:32 UTC 2017 - [email protected] + +- update to version 0.7.8 + - Drop py34 and add py35 in setup.cfg tox.ini + - Add murano-dashboard rule + - Updated from global requirements + - Add mappings for networking-vsphere + - Add rule for GitPython in RDO + +------------------------------------------------------------------- +Thu May 18 11:11:04 UTC 2017 - [email protected] + +- update to version 0.7.7: + - Add mappings for libvirt-python + +------------------------------------------------------------------- Old: ---- pymod2pkg-0.7.6.tar.gz New: ---- pymod2pkg-0.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymod2pkg.spec ++++++ --- /var/tmp/diff_new_pack.MuQkW3/_old 2017-07-26 13:06:26.720359686 +0200 +++ /var/tmp/diff_new_pack.MuQkW3/_new 2017-07-26 13:06:26.720359686 +0200 @@ -18,7 +18,7 @@ %global sname pymod2pkg Name: python-pymod2pkg -Version: 0.7.6 +Version: 0.8.1 Release: 0 Summary: OpenStack Packaging - python module name to package name map License: Apache-2.0 @@ -27,11 +27,11 @@ Source0: https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 1.4.0 -Requires: python-pbr >= 1.8 +Requires: python-pbr >= 2.0.0 BuildArch: noarch %description ++++++ pymod2pkg-0.7.6.tar.gz -> pymod2pkg-0.8.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/AUTHORS new/pymod2pkg-0.8.1/AUTHORS --- old/pymod2pkg-0.7.6/AUTHORS 2017-04-25 15:09:24.000000000 +0200 +++ new/pymod2pkg-0.8.1/AUTHORS 2017-07-19 20:51:36.000000000 +0200 @@ -1,4 +1,5 @@ Adam Spiers <[email protected]> +Alberto Planas <[email protected]> Alexander Tsamutali <[email protected]> Andrii Kroshchenko <[email protected]> Cao Xuan Hoang <[email protected]> @@ -11,6 +12,8 @@ Janonymous <[email protected]> Javier Pena <[email protected]> Ondřej Nový <[email protected]> +Stefan Nica <[email protected]> Thomas Bechtold <[email protected]> Tomasz Trębski <[email protected]> Tony Xu <[email protected]> +loooosy <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/ChangeLog new/pymod2pkg-0.8.1/ChangeLog --- old/pymod2pkg-0.7.6/ChangeLog 2017-04-25 15:09:24.000000000 +0200 +++ new/pymod2pkg-0.8.1/ChangeLog 2017-07-19 20:51:36.000000000 +0200 @@ -1,6 +1,31 @@ CHANGES ======= +0.8.1 +----- + +* Fix SUSE mapping for libvirt-python + +0.8.0 +----- + +* Add SUSE naming exception for ansible +* Updated from global requirements + +0.7.8 +----- + +* Add mappings for networking-vsphere +* Add murano-dashboard rule +* Add rule for GitPython in RDO +* Updated from global requirements + +0.7.7 +----- + +* Add mappings for libvirt-python +* Drop py34 and add py35 in setup.cfg tox.ini + 0.7.6 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/PKG-INFO new/pymod2pkg-0.8.1/PKG-INFO --- old/pymod2pkg-0.7.6/PKG-INFO 2017-04-25 15:09:25.000000000 +0200 +++ new/pymod2pkg-0.8.1/PKG-INFO 2017-07-19 20:51:36.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pymod2pkg -Version: 0.7.6 +Version: 0.8.1 Summary: python module name to package name map Home-page: http://docs.openstack.org/developer/pymod2pkg/ Author: OpenStack @@ -55,7 +55,7 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License Classifier: Topic :: Software Development :: Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/pymod2pkg/__init__.py new/pymod2pkg-0.8.1/pymod2pkg/__init__.py --- old/pymod2pkg-0.7.6/pymod2pkg/__init__.py 2017-04-25 15:07:55.000000000 +0200 +++ new/pymod2pkg-0.8.1/pymod2pkg/__init__.py 2017-07-19 20:49:11.000000000 +0200 @@ -98,6 +98,7 @@ SingleRule('distribute', 'python-setuptools'), SingleRule('dnspython', 'python-dns'), SingleRule('google-api-python-client', 'python-google-api-client'), + SingleRule('GitPython', 'GitPython'), SingleRule('pyOpenSSL', 'pyOpenSSL'), SingleRule('IPy', 'python-IPy'), SingleRule('pycrypto', 'python-crypto'), @@ -123,6 +124,7 @@ SingleRule('xattr', 'pyxattr'), SingleRule('XStatic-term.js', 'python-XStatic-termjs'), SingleRule('horizon', 'openstack-dashboard'), + SingleRule('networking-vsphere', 'openstack-neutron-vsphere'), MultiRule( mods=['PyYAML', 'm2crypto', 'numpy', 'pyflakes', 'pylint', 'pyparsing', 'pystache', 'pytz', 'pysendfile', 'libvirt-python'], @@ -149,8 +151,12 @@ SUSE_PKG_MAP = [ - # This demonstrates per-dist filter - SingleRule('python-ldap', 'python-ldap'), + # not following SUSE naming policy + MultiRule( + mods=['ansible', + 'libvirt-python', + 'python-ldap'], + pkgfun=lambda x: x), # OpenStack services MultiRule( # keep lists in alphabetic order @@ -183,16 +189,19 @@ SingleRule('magnum-ui', 'openstack-horizon-plugin-magnum-ui'), SingleRule('manila-ui', 'openstack-horizon-plugin-manila-ui'), SingleRule('monasca-ui', 'openstack-horizon-plugin-monasca-ui'), + SingleRule('murano-dashboard', 'openstack-horizon-plugin-murano-ui'), SingleRule('neutron-lbaas-dashboard', 'openstack-horizon-plugin-neutron-lbaas-ui'), SingleRule('sahara-dashboard', 'openstack-horizon-plugin-sahara-ui'), SingleRule('trove-dashboard', 'openstack-horizon-plugin-trove-ui'), + SingleRule('networking-vsphere', 'openstack-neutron-vsphere'), ] UBUNTU_PKG_MAP = [ SingleRule('django_openstack_auth', 'python-openstack-auth'), SingleRule('glance_store', 'python-glance-store'), SingleRule('GitPython', 'python-git'), + SingleRule('libvirt-python', 'python-libvirt'), SingleRule('PyMySQL', 'python-mysql'), SingleRule('pyOpenSSL', 'python-openssl'), SingleRule('PyYAML', 'python-yaml'), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/pymod2pkg.egg-info/PKG-INFO new/pymod2pkg-0.8.1/pymod2pkg.egg-info/PKG-INFO --- old/pymod2pkg-0.7.6/pymod2pkg.egg-info/PKG-INFO 2017-04-25 15:09:24.000000000 +0200 +++ new/pymod2pkg-0.8.1/pymod2pkg.egg-info/PKG-INFO 2017-07-19 20:51:36.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pymod2pkg -Version: 0.7.6 +Version: 0.8.1 Summary: python module name to package name map Home-page: http://docs.openstack.org/developer/pymod2pkg/ Author: OpenStack @@ -55,7 +55,7 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: Apache Software License Classifier: Topic :: Software Development :: Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/pymod2pkg.egg-info/pbr.json new/pymod2pkg-0.8.1/pymod2pkg.egg-info/pbr.json --- old/pymod2pkg-0.7.6/pymod2pkg.egg-info/pbr.json 2017-04-25 15:09:24.000000000 +0200 +++ new/pymod2pkg-0.8.1/pymod2pkg.egg-info/pbr.json 2017-07-19 20:51:36.000000000 +0200 @@ -1 +1 @@ -{"git_version": "ca620f9", "is_release": true} \ No newline at end of file +{"git_version": "3a40ab7", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/setup.cfg new/pymod2pkg-0.8.1/setup.cfg --- old/pymod2pkg-0.7.6/setup.cfg 2017-04-25 15:09:25.000000000 +0200 +++ new/pymod2pkg-0.8.1/setup.cfg 2017-07-19 20:51:36.000000000 +0200 @@ -10,7 +10,7 @@ Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 Intended Audience :: Developers License :: OSI Approved :: Apache Software License Topic :: Software Development :: Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/test-requirements.txt new/pymod2pkg-0.8.1/test-requirements.txt --- old/pymod2pkg-0.7.6/test-requirements.txt 2017-04-25 15:07:54.000000000 +0200 +++ new/pymod2pkg-0.8.1/test-requirements.txt 2017-07-19 20:49:11.000000000 +0200 @@ -6,5 +6,5 @@ testresources>=0.2.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT -sphinx>=1.5.1 # BSD +sphinx>=1.6.2 # BSD oslosphinx>=4.7.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pymod2pkg-0.7.6/tox.ini new/pymod2pkg-0.8.1/tox.ini --- old/pymod2pkg-0.7.6/tox.ini 2017-04-25 15:07:54.000000000 +0200 +++ new/pymod2pkg-0.8.1/tox.ini 2017-07-19 20:49:11.000000000 +0200 @@ -1,5 +1,5 @@ [tox] -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 minversion = 2.0 skipsdist = True
