commit python-pkginfo for openSUSE:Factory

2020-08-25 Thread root
Hello community,

here is the log from the commit of package python-pkginfo for openSUSE:Factory 
checked in at 2020-08-25 12:37:08

Comparing /work/SRC/openSUSE:Factory/python-pkginfo (Old)
 and  /work/SRC/openSUSE:Factory/.python-pkginfo.new.3399 (New)


Package is "python-pkginfo"

Tue Aug 25 12:37:08 2020 rev:6 rq:827077 version:1.5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pkginfo/python-pkginfo.changes
2019-06-27 15:53:43.563968668 +0200
+++ /work/SRC/openSUSE:Factory/.python-pkginfo.new.3399/python-pkginfo.changes  
2020-08-25 12:37:13.137390126 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 15:30:46 UTC 2020 - John Vandenberg 
+
+- Remove unnecessary build dependency nose
+
+---



Other differences:
--
++ python-pkginfo.spec ++
--- /var/tmp/diff_new_pack.dhSPSV/_old  2020-08-25 12:37:14.069390585 +0200
+++ /var/tmp/diff_new_pack.dhSPSV/_new  2020-08-25 12:37:14.069390585 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pkginfo
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,17 +23,16 @@
 Summary:Python package for querying metadatdata from 
sdists/bdists/installed packages
 License:MIT
 Group:  Development/Languages/Python
-URL:http://pypi.python.org/pypi/pkginfo/
+URL:https://pypi.python.org/pypi/pkginfo/
 Source: 
https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-setuptools
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
-Requires:   python-setuptools
 BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pytest}
 # /SECTION
 %python_subpackages




commit python-pkginfo for openSUSE:Factory

2019-06-27 Thread root
Hello community,

here is the log from the commit of package python-pkginfo for openSUSE:Factory 
checked in at 2019-06-27 15:53:42

Comparing /work/SRC/openSUSE:Factory/python-pkginfo (Old)
 and  /work/SRC/openSUSE:Factory/.python-pkginfo.new.4615 (New)


Package is "python-pkginfo"

Thu Jun 27 15:53:42 2019 rev:5 rq:711153 version:1.5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pkginfo/python-pkginfo.changes
2018-12-24 11:46:28.721181942 +0100
+++ /work/SRC/openSUSE:Factory/.python-pkginfo.new.4615/python-pkginfo.changes  
2019-06-27 15:53:43.563968668 +0200
@@ -1,0 +2,11 @@
+Wed Jun 19 12:59:08 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.5.0.1
+  * Fix broken 'sdist'. LP #1639585.
+  * Fix 'console_scripts' entry point syntax. LP #1810734.
+  * Add support for JSON output from the CLI.
+  * Add support for installed wheels.  E.g., 'dist-info/' dirs.
+  * Add support for Python 3.6 and 3.7.
+  * Drop support for Python 3.3.
+
+---

Old:

  pkginfo-1.4.2.tar.gz

New:

  pkginfo-1.5.0.1.tar.gz



Other differences:
--
++ python-pkginfo.spec ++
--- /var/tmp/diff_new_pack.Nyq3w1/_old  2019-06-27 15:53:44.007969356 +0200
+++ /var/tmp/diff_new_pack.Nyq3w1/_new  2019-06-27 15:53:44.011969362 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pkginfo
 #
-# 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
@@ -17,10 +17,8 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-# Tests are currently broken.
-%bcond_without tests
 Name:   python-pkginfo
-Version:1.4.2
+Version:1.5.0.1
 Release:0
 Summary:Python package for querying metadatdata from 
sdists/bdists/installed packages
 License:MIT
@@ -32,10 +30,12 @@
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
 Requires(preun): update-alternatives
+Requires:   python-setuptools
 BuildArch:  noarch
-%if %{with tests}
+# SECTION test requirements
 BuildRequires:  %{python_module nose}
-%endif
+BuildRequires:  %{python_module pytest}
+# /SECTION
 %python_subpackages
 
 %description
@@ -49,8 +49,7 @@
 %prep
 %setup -q -n pkginfo-%{version}
 # fix tests until fixed upstream
-sed -i 's|1\.1|2.1|' pkginfo/tests/__init__.py
-sed -i "s|'1\.1'|None|" pkginfo/tests/test_installed.py
+sed -i "s|'2\.1'|None|" pkginfo/tests/test_installed.py
 
 %build
 %python_build
@@ -60,12 +59,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_clone -a %{buildroot}%{_bindir}/pkginfo
 
-%if %{with tests}
 %check
-%{python_expand $python setup.py develop --user
-$python setup.py test -q
-}
-%endif
+%pytest
 
 %post
 %python_install_alternative pkginfo

++ pkginfo-1.4.2.tar.gz -> pkginfo-1.5.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.4.2/.coveragerc 
new/pkginfo-1.5.0.1/.coveragerc
--- old/pkginfo-1.4.2/.coveragerc   1970-01-01 01:00:00.0 +0100
+++ new/pkginfo-1.5.0.1/.coveragerc 2018-08-20 22:25:40.0 +0200
@@ -0,0 +1,3 @@
+[report]
+show_missing=1
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.4.2/CHANGES.txt 
new/pkginfo-1.5.0.1/CHANGES.txt
--- old/pkginfo-1.4.2/CHANGES.txt   2018-03-14 18:28:24.0 +0100
+++ new/pkginfo-1.5.0.1/CHANGES.txt 2019-01-08 22:30:22.0 +0100
@@ -1,6 +1,24 @@
 ``pkginfo`` Changelog
 =
 
+1.5.0.1 (2019-01-08)
+
+
+- Fix broken 'sdist'. LP #1639585.
+
+1.5.0 (2019-01-07)
+--
+
+- Fix 'console_scripts' entry point syntax. LP #1810734.
+
+- Add support for JSON output from the CLI.
+
+- Add support for installed wheels.  E.g., 'dist-info/' dirs.
+
+- Add support for Python 3.6 and 3.7.
+
+- Drop support for Python 3.3.
+
 1.4.2 (2018-03-14)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.4.2/PKG-INFO new/pkginfo-1.5.0.1/PKG-INFO
--- old/pkginfo-1.4.2/PKG-INFO  2018-03-14 18:34:34.0 +0100
+++ new/pkginfo-1.5.0.1/PKG-INFO2019-01-08 22:31:51.0 +0100
@@ -1,12 +1,11 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: pkginfo
-Version: 1.4.2
+Version: 1.5.0.1
 Summary: Query metadatdata from sdists / bdists / installed packages.
 Home-page: https://code.launchpad.net/~tseaver/pkginfo/trunk
 Author: Tres Seaver, Agendaless Consulting
 Author-email: 

commit python-pkginfo for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-pkginfo for openSUSE:Factory 
checked in at 2018-12-24 11:46:27

Comparing /work/SRC/openSUSE:Factory/python-pkginfo (Old)
 and  /work/SRC/openSUSE:Factory/.python-pkginfo.new.28833 (New)


Package is "python-pkginfo"

Mon Dec 24 11:46:27 2018 rev:4 rq:659833 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pkginfo/python-pkginfo.changes
2018-05-29 10:34:46.910947544 +0200
+++ /work/SRC/openSUSE:Factory/.python-pkginfo.new.28833/python-pkginfo.changes 
2018-12-24 11:46:28.721181942 +0100
@@ -1,0 +2,10 @@
+Wed Dec 19 00:05:38 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
+Tue Dec  4 12:51:35 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-pkginfo.spec ++
--- /var/tmp/diff_new_pack.QmsWHu/_old  2018-12-24 11:46:29.877180926 +0100
+++ /var/tmp/diff_new_pack.QmsWHu/_new  2018-12-24 11:46:29.909180898 +0100
@@ -12,33 +12,30 @@
 # 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/
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 # Tests are currently broken.
 %bcond_without tests
-
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pkginfo
 Version:1.4.2
 Release:0
-Summary:Query metadatdata from sdists / bdists / installed packages
+Summary:Python package for querying metadatdata from 
sdists/bdists/installed packages
 License:MIT
 Group:  Development/Languages/Python
-Url:http://pypi.python.org/pypi/pkginfo/
+URL:http://pypi.python.org/pypi/pkginfo/
 Source: 
https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(preun): update-alternatives
+BuildArch:  noarch
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-Requires(post):   update-alternatives
-Requires(preun):  update-alternatives
 %python_subpackages
 
 %description
@@ -77,8 +74,8 @@
 %python_uninstall_alternative pkginfo
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.txt CHANGES.txt LICENSE.txt TODO.txt
+%license LICENSE.txt
+%doc README.txt CHANGES.txt TODO.txt
 %python_alternative %{_bindir}/pkginfo
 %{python_sitelib}/pkginfo
 %{python_sitelib}/pkginfo-%{version}-py*.egg-info




commit python-pkginfo for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package python-pkginfo for openSUSE:Factory 
checked in at 2018-05-29 10:34:35

Comparing /work/SRC/openSUSE:Factory/python-pkginfo (Old)
 and  /work/SRC/openSUSE:Factory/.python-pkginfo.new (New)


Package is "python-pkginfo"

Tue May 29 10:34:35 2018 rev:3 rq:610778 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pkginfo/python-pkginfo.changes
2017-05-03 15:54:30.478944993 +0200
+++ /work/SRC/openSUSE:Factory/.python-pkginfo.new/python-pkginfo.changes   
2018-05-29 10:34:46.910947544 +0200
@@ -1,0 +2,17 @@
+Sun May 20 16:11:28 UTC 2018 - h...@urpla.net
+
+- fix failing tests with sed
+- enable tests
+
+---
+Sat May 19 09:48:01 UTC 2018 - h...@urpla.net
+
+- Update to version 1.4.2
+  - Use relative imports in pkginfo modules.  Supports vendoring of the
+package into setuptools.
+  - Add support for ``Provides-Extra`` and ``Description-Content-Type`` fields.
+Per https://packaging.python.org/specifications/.  See:  PEP 566.
+  - Remove support for old setuptools leaving ``PKG-INFO`` in the root of
+the project directory.
+
+---

Old:

  pkginfo-1.4.1.tar.gz

New:

  pkginfo-1.4.2.tar.gz



Other differences:
--
++ python-pkginfo.spec ++
--- /var/tmp/diff_new_pack.08nIjV/_old  2018-05-29 10:34:47.374930410 +0200
+++ /var/tmp/diff_new_pack.08nIjV/_new  2018-05-29 10:34:47.378930262 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pkginfo
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,21 +17,21 @@
 
 
 # Tests are currently broken.
-%bcond_with tests
+%bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pkginfo
-Version:1.4.1
+Version:1.4.2
 Release:0
 Summary:Query metadatdata from sdists / bdists / installed packages
 License:MIT
 Group:  Development/Languages/Python
 Url:http://pypi.python.org/pypi/pkginfo/
 Source: 
https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif
@@ -51,6 +51,9 @@
 
 %prep
 %setup -q -n pkginfo-%{version}
+# fix tests until fixed upstream
+sed -i 's|1\.1|2.1|' pkginfo/tests/__init__.py
+sed -i "s|'1\.1'|None|" pkginfo/tests/test_installed.py
 
 %build
 %python_build

++ pkginfo-1.4.1.tar.gz -> pkginfo-1.4.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.4.1/CHANGES.txt 
new/pkginfo-1.4.2/CHANGES.txt
--- old/pkginfo-1.4.1/CHANGES.txt   2016-11-07 15:37:31.0 +0100
+++ new/pkginfo-1.4.2/CHANGES.txt   2018-03-14 18:28:24.0 +0100
@@ -1,10 +1,22 @@
 ``pkginfo`` Changelog
 =
 
+1.4.2 (2018-03-14)
+--
+
+- Use relative imports in pkginfo modules.  Supports vendoring of the
+  package into setuptools.
+
+- Add support for ``Provides-Extra`` and ``Description-Content-Type`` fields.
+  Per https://packaging.python.org/specifications/.  See:  PEP 566.
+
+- Remove support for old setuptools leaving ``PKG-INFO`` in the root of
+  the project directory.
+
 1.4.1 (2016-11-07)
 --
 
-- Packaging only change (invalid sdist bulit for 1.4.0).
+- Packaging only change (invalid sdist built for 1.4.0).
 
 1.4.0 (2016-11-04)
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.4.1/PKG-INFO new/pkginfo-1.4.2/PKG-INFO
--- old/pkginfo-1.4.1/PKG-INFO  2016-11-07 15:41:39.0 +0100
+++ new/pkginfo-1.4.2/PKG-INFO  2018-03-14 18:34:34.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: pkginfo
-Version: 1.4.1
+Version: 1.4.2
 Summary: Query metadatdata from sdists / bdists / installed packages.
 Home-page: https://code.launchpad.net/~tseaver/pkginfo/trunk
 Author: Tres Seaver, Agendaless Consulting
 Author-email: tsea...@agendaless.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: ``pkginfo`` README
 ==
 
@@ -24,10 +25,22 @@
 ``pkginfo`` Changelog
 =
   

commit python-pkginfo for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package python-pkginfo for openSUSE:Factory 
checked in at 2017-05-03 15:54:30

Comparing /work/SRC/openSUSE:Factory/python-pkginfo (Old)
 and  /work/SRC/openSUSE:Factory/.python-pkginfo.new (New)


Package is "python-pkginfo"

Wed May  3 15:54:30 2017 rev:2 rq:489384 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pkginfo/python-pkginfo.changes
2015-06-11 08:21:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pkginfo.new/python-pkginfo.changes   
2017-05-03 15:54:30.478944993 +0200
@@ -1,0 +2,18 @@
+Wed Apr 19 15:35:40 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 1.4.1
+  * Packaging only change (invalid sdist bulit for 1.4.0).
+- Update to version 1.4.0
+  * Relicense under MIT license: the PSF license is not suitable for 
third-party libraries.
+- Update to version 1.3.2
+  * Packaging-only change (automate fix for wheel built for 1.3.1).
+- Update to version 1.3.1
+  * Packaging-only change (invalid wheel built for 1.3.0).
+- Update to version 1.3.0
+  * Update homepage URL to point to Launchpad, rather than PyPI.
+  * Add support for building wheels.
+  * Add support for Python 3.5.
+  * Drop support for Python 2.6 and 3.2.
+- Implement single-spec version.
+
+---

Old:

  pkginfo-1.2.1.tar.gz

New:

  pkginfo-1.4.1.tar.gz



Other differences:
--
++ python-pkginfo.spec ++
--- /var/tmp/diff_new_pack.yW8kDw/_old  2017-05-03 15:54:31.258834892 +0200
+++ /var/tmp/diff_new_pack.yW8kDw/_new  2017-05-03 15:54:31.258834892 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pkginfo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,30 @@
 #
 
 
+# Tests are currently broken.
+%bcond_with tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pkginfo
-Version:1.2.1
+Version:1.4.1
 Release:0
 Summary:Query metadatdata from sdists / bdists / installed packages
-License:Python-2.0
+License:MIT
 Group:  Development/Languages/Python
 Url:http://pypi.python.org/pypi/pkginfo/
-Source: 
https://pypi.python.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz
-BuildRequires:  python-devel
-Requires:   python-setuptools
+Source: 
https://files.pythonhosted.org/packages/source/p/pkginfo/pkginfo-%{version}.tar.gz
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+%if %{with tests}
+BuildRequires:  %{python_module nose}
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+Requires(post):   update-alternatives
+Requires(preun):  update-alternatives
+%python_subpackages
 
 %description
 This package provides an API for querying the distutils metadata written in
@@ -45,15 +53,31 @@
 %setup -q -n pkginfo-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/pkginfo
+
+%if %{with tests}
+%check
+%{python_expand $python setup.py develop --user
+$python setup.py test -q
+}
+%endif
+
+%post
+%python_install_alternative pkginfo
+
+%preun
+%python_uninstall_alternative pkginfo
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc README.txt CHANGES.txt
-%{python_sitelib}/pkginfo-%{version}-py%{py_ver}.egg-info
+%doc README.txt CHANGES.txt LICENSE.txt TODO.txt
+%python_alternative %{_bindir}/pkginfo
 %{python_sitelib}/pkginfo
+%{python_sitelib}/pkginfo-%{version}-py*.egg-info
 
 %changelog

++ pkginfo-1.2.1.tar.gz -> pkginfo-1.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pkginfo-1.2.1/CHANGES.txt 
new/pkginfo-1.4.1/CHANGES.txt
--- old/pkginfo-1.2.1/CHANGES.txt   2015-01-02 19:52:59.0 +0100
+++ new/pkginfo-1.4.1/CHANGES.txt   2016-11-07 15:37:31.0 +0100
@@ -1,6 +1,38 @@
 ``pkginfo`` Changelog
 =
 
+1.4.1 (2016-11-07)
+--
+
+- Packaging only change (invalid sdist bulit for