Hello community,

here is the log from the commit of package python-pymod2pkg for 
openSUSE:Factory checked in at 2020-06-05 20:20:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymod2pkg (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymod2pkg.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymod2pkg"

Fri Jun  5 20:20:34 2020 rev:21 rq:811683 version:0.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymod2pkg/python-pymod2pkg.changes        
2020-04-21 13:06:30.704315006 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pymod2pkg.new.3606/python-pymod2pkg.changes  
    2020-06-05 20:26:47.376952479 +0200
@@ -1,0 +2,9 @@
+Fri Jun  5 07:52:09 UTC 2020 - [email protected]
+
+- update to version 0.25.0
+  - doc: update git clone url to opendev.org
+  - Add ansible-runner
+  - Switch to newer openstackdocstheme version
+  - Cleanup py27 support
+
+-------------------------------------------------------------------

Old:
----
  pymod2pkg-0.23.0.tar.gz

New:
----
  pymod2pkg-0.25.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymod2pkg.spec ++++++
--- /var/tmp/diff_new_pack.vmNiBm/_old  2020-06-05 20:26:48.352952664 +0200
+++ /var/tmp/diff_new_pack.vmNiBm/_new  2020-06-05 20:26:48.352952664 +0200
@@ -18,13 +18,13 @@
 
 %global sname pymod2pkg
 Name:           python-pymod2pkg
-Version:        0.23.0
+Version:        0.25.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
-Source0:        
https://files.pythonhosted.org/packages/source/p/pymod2pkg/pymod2pkg-0.23.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/p/pymod2pkg/pymod2pkg-0.25.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-distro
 BuildRequires:  python3-pbr >= 2.0.0
@@ -62,7 +62,7 @@
 Documentation for python module name to package name map library.
 
 %prep
-%autosetup -p1 -n pymod2pkg-0.23.0
+%autosetup -p1 -n pymod2pkg-0.25.0
 %py_req_cleanup
 
 %build

++++++ pymod2pkg-0.23.0.tar.gz -> pymod2pkg-0.25.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/AUTHORS new/pymod2pkg-0.25.0/AUTHORS
--- old/pymod2pkg-0.23.0/AUTHORS        2020-03-23 20:03:16.000000000 +0100
+++ new/pymod2pkg-0.25.0/AUTHORS        2020-06-04 12:46:25.000000000 +0200
@@ -23,6 +23,7 @@
 Jeremy Liu <[email protected]>
 Jon Schlueter <[email protected]>
 Joseph Davis <[email protected]>
+Ken Dreyer <[email protected]>
 Ondřej Nový <[email protected]>
 Ryan Tidwell <[email protected]>
 Sean McGinnis <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/ChangeLog 
new/pymod2pkg-0.25.0/ChangeLog
--- old/pymod2pkg-0.23.0/ChangeLog      2020-03-23 20:03:16.000000000 +0100
+++ new/pymod2pkg-0.25.0/ChangeLog      2020-06-04 12:46:25.000000000 +0200
@@ -1,6 +1,18 @@
 CHANGES
 =======
 
+0.25.0
+------
+
+* Switch to newer openstackdocstheme version
+
+0.24.0
+------
+
+* Add ansible-runner
+* doc: update git clone url to opendev.org
+* Cleanup py27 support
+
 0.23.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/PKG-INFO 
new/pymod2pkg-0.25.0/PKG-INFO
--- old/pymod2pkg-0.23.0/PKG-INFO       2020-03-23 20:03:16.000000000 +0100
+++ new/pymod2pkg-0.25.0/PKG-INFO       2020-06-04 12:46:25.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: pymod2pkg
-Version: 0.23.0
+Version: 0.25.0
 Summary: python module name to package name map
 Home-page: https://docs.openstack.org/pymod2pkg/latest/
 Author: OpenStack
@@ -60,3 +60,4 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Topic :: Software Development :: Libraries
 Classifier: Topic :: Utilities
+Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/doc/source/conf.py 
new/pymod2pkg-0.25.0/doc/source/conf.py
--- old/pymod2pkg-0.23.0/doc/source/conf.py     2020-03-23 20:02:07.000000000 
+0100
+++ new/pymod2pkg-0.25.0/doc/source/conf.py     2020-06-04 12:45:45.000000000 
+0200
@@ -38,7 +38,12 @@
 add_module_names = True
 
 # The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'native'
+
+# openstackdocstheme options
+openstackdocs_repo_name = 'openstack/pymod2pkg'
+openstackdocs_bug_project = 'pymod2pkg'
+openstackdocs_bug_tag = ''
 
 # -- Options for HTML output --------------------------------------------------
 
@@ -51,9 +56,6 @@
 # Output file base name for HTML help builder.
 htmlhelp_basename = '%sdoc' % project
 
-git_cmd = "git log --pretty=format:'%ad, commit %h' --date=local -n1"
-html_last_updated_fmt = os.popen(git_cmd).read()
-
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass
 # [howto/manual]).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/doc/source/index.rst 
new/pymod2pkg-0.25.0/doc/source/index.rst
--- old/pymod2pkg-0.23.0/doc/source/index.rst   2020-03-23 20:02:07.000000000 
+0100
+++ new/pymod2pkg-0.25.0/doc/source/index.rst   2020-06-04 12:45:45.000000000 
+0200
@@ -21,7 +21,7 @@
 
 .. code-block:: shell
 
-   git clone https://git.openstack.org/openstack/pymod2pkg
+   git clone https://opendev.org/openstack/pymod2pkg.git
    cd pymod2pkg
    python setup.py develop --user
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/lower-constraints.txt 
new/pymod2pkg-0.25.0/lower-constraints.txt
--- old/pymod2pkg-0.23.0/lower-constraints.txt  2020-03-23 20:02:07.000000000 
+0100
+++ new/pymod2pkg-0.25.0/lower-constraints.txt  2020-06-04 12:45:45.000000000 
+0200
@@ -9,7 +9,7 @@
 linecache2==1.0.0
 MarkupSafe==1.0
 mccabe==0.6.1
-openstackdocstheme==1.18.1
+openstackdocstheme==2.2.1
 pbr==2.0.0
 pycodestyle==2.3.1
 pyflakes==1.6.0
@@ -20,7 +20,7 @@
 requests==2.14.2
 six==1.10.0
 snowballstemmer==1.2.1
-Sphinx==1.6.5
+Sphinx==2.0.0
 sphinxcontrib-websupport==1.0.1
 testrepository==0.0.18
 testresources==2.0.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/pymod2pkg/__init__.py 
new/pymod2pkg-0.25.0/pymod2pkg/__init__.py
--- old/pymod2pkg-0.23.0/pymod2pkg/__init__.py  2020-03-23 20:02:07.000000000 
+0100
+++ new/pymod2pkg-0.25.0/pymod2pkg/__init__.py  2020-06-04 12:45:45.000000000 
+0200
@@ -172,6 +172,8 @@
     # SingleRule('sphinx', 'python-sphinx',
     #           distmap={'epel-6': 'python-sphinx10'}),
     SingleRule('ansible', 'ansible'),
+    SingleRule('ansible-runner', 'python-ansible-runner',
+               py3pkg='python3-ansible-runner'),
     SingleRule('APScheduler', 'python-APScheduler',
                py3pkg='python3-APScheduler'),
     SingleRule('Babel', 'python-babel', py3pkg='python3-babel'),
@@ -266,6 +268,7 @@
 SUSE_PKG_MAP = [
     # not following SUSE naming policy
     SingleRule('ansible', 'ansible'),
+    SingleRule('ansible-runner', 'ansible-runner'),
     SingleRule('python-ldap', 'python-ldap'),
     # OpenStack services
     MultiRule(mods=SERVICES_MAP, pkgfun=openstack_prefix_tr),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/pymod2pkg.egg-info/PKG-INFO 
new/pymod2pkg-0.25.0/pymod2pkg.egg-info/PKG-INFO
--- old/pymod2pkg-0.23.0/pymod2pkg.egg-info/PKG-INFO    2020-03-23 
20:03:16.000000000 +0100
+++ new/pymod2pkg-0.25.0/pymod2pkg.egg-info/PKG-INFO    2020-06-04 
12:46:25.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: pymod2pkg
-Version: 0.23.0
+Version: 0.25.0
 Summary: python module name to package name map
 Home-page: https://docs.openstack.org/pymod2pkg/latest/
 Author: OpenStack
@@ -60,3 +60,4 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Topic :: Software Development :: Libraries
 Classifier: Topic :: Utilities
+Requires-Python: >=3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/pymod2pkg.egg-info/pbr.json 
new/pymod2pkg-0.25.0/pymod2pkg.egg-info/pbr.json
--- old/pymod2pkg-0.23.0/pymod2pkg.egg-info/pbr.json    2020-03-23 
20:03:16.000000000 +0100
+++ new/pymod2pkg-0.25.0/pymod2pkg.egg-info/pbr.json    2020-06-04 
12:46:25.000000000 +0200
@@ -1 +1 @@
-{"git_version": "037724d", "is_release": true}
\ No newline at end of file
+{"git_version": "8ed0100", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/setup.cfg 
new/pymod2pkg-0.25.0/setup.cfg
--- old/pymod2pkg-0.23.0/setup.cfg      2020-03-23 20:03:16.000000000 +0100
+++ new/pymod2pkg-0.25.0/setup.cfg      2020-06-04 12:46:25.000000000 +0200
@@ -6,6 +6,7 @@
 author = OpenStack
 author-email = [email protected]
 home-page = https://docs.openstack.org/pymod2pkg/latest/
+python-requires = >=3.6
 classifier = 
        Programming Language :: Python :: 3
        Programming Language :: Python :: 3.6
@@ -16,10 +17,6 @@
        Topic :: Software Development :: Libraries
        Topic :: Utilities
 
-[global]
-setup-hooks = 
-       pbr.hooks.setup_hook
-
 [entry_points]
 console_scripts = 
        pymod2pkg = pymod2pkg:main
@@ -28,17 +25,6 @@
 packages = 
        pymod2pkg
 
-[build_sphinx]
-all_files = 1
-source-dir = doc/source
-build-dir = doc/build
-
-[upload_sphinx]
-upload-dir = doc/build/html
-
-[wheel]
-universal = 1
-
 [egg_info]
 tag_build = 
 tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/setup.py 
new/pymod2pkg-0.25.0/setup.py
--- old/pymod2pkg-0.23.0/setup.py       2020-03-23 20:02:07.000000000 +0100
+++ new/pymod2pkg-0.25.0/setup.py       2020-06-04 12:45:45.000000000 +0200
@@ -13,17 +13,8 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT
 import setuptools
 
-# In python < 2.7.4, a lazy loading of package `pbr` will break
-# setuptools if some other modules registered functions in `atexit`.
-# solution from: http://bugs.python.org/issue15881#msg170215
-try:
-    import multiprocessing  # noqa
-except ImportError:
-    pass
-
 setuptools.setup(
     setup_requires=['pbr>=2.0.0'],
     pbr=True)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pymod2pkg-0.23.0/test-requirements.txt 
new/pymod2pkg-0.25.0/test-requirements.txt
--- old/pymod2pkg-0.23.0/test-requirements.txt  2020-03-23 20:02:07.000000000 
+0100
+++ new/pymod2pkg-0.25.0/test-requirements.txt  2020-06-04 12:45:45.000000000 
+0200
@@ -5,5 +5,5 @@
 testresources>=2.0.0 # Apache-2.0/BSD
 testtools>=2.2.0 # MIT
 
-sphinx!=1.6.6,!=1.6.7;python_version>='3.4'  # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
+sphinx>=2.0.0,!=2.1.0 # BSD
+openstackdocstheme>=2.2.1 # Apache-2.0


Reply via email to