commit python-pip-shims for openSUSE:Factory

2020-10-18 Thread root
Hello community,

here is the log from the commit of package python-pip-shims for 
openSUSE:Factory checked in at 2020-10-18 16:29:03

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


Package is "python-pip-shims"

Sun Oct 18 16:29:03 2020 rev:6 rq:841970 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pip-shims/python-pip-shims.changes
2020-07-15 12:12:12.112606190 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pip-shims.new.3486/python-pip-shims.changes  
2020-10-18 16:30:47.384741009 +0200
@@ -1,0 +2,8 @@
+Thu Oct 15 12:08:37 UTC 2020 - Benjamin Greiner 
+
+- Update to v0.5.3
+  * Avoid overriding slot members when adding new methods to a
+class. #67
+  * Call ``resolve()`` with correct arguments for pip 20.2. #68
+
+---

Old:

  pip-shims-0.5.2.tar.gz

New:

  pip-shims-0.5.3.tar.gz



Other differences:
--
++ python-pip-shims.spec ++
--- /var/tmp/diff_new_pack.Ghuuug/_old  2020-10-18 16:30:51.328742764 +0200
+++ /var/tmp/diff_new_pack.Ghuuug/_new  2020-10-18 16:30:51.328742764 +0200
@@ -19,13 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-pip-shims
-Version:0.5.2
+Version:0.5.3
 Release:0
 Summary:Compatibility shims for pip versions 8 thru current
 License:ISC
 URL:https://github.com/sarugaku/pip-shims
 Source: 
https://github.com/sarugaku/pip-shims/archive/%{version}.tar.gz#/pip-shims-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools >= 36.2.2}
+BuildRequires:  %{python_module setuptools >= 40.8.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 %if %{with python2}
@@ -70,6 +70,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst CHANGELOG.rst docs/*.rst
-%{python_sitelib}/*
+%{python_sitelib}/pip_shims
+%{python_sitelib}/pip_shims-%{version}*info
 
 %changelog

++ pip-shims-0.5.2.tar.gz -> pip-shims-0.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-shims-0.5.2/CHANGELOG.rst 
new/pip-shims-0.5.3/CHANGELOG.rst
--- old/pip-shims-0.5.2/CHANGELOG.rst   2020-04-22 23:21:42.0 +0200
+++ new/pip-shims-0.5.3/CHANGELOG.rst   2020-08-08 01:10:52.0 +0200
@@ -1,3 +1,14 @@
+0.5.3 (2020-08-08)
+==
+
+Bug Fixes
+-
+
+- Avoid overriding slot members when adding new methods to a class.  `#67 
`_
+  
+- Call ``resolve()`` with correct arguments for pip 20.2.  `#68 
`_
+
+
 0.5.2 (2020-04-22)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pip-shims-0.5.2/azure-pipelines.yml 
new/pip-shims-0.5.3/azure-pipelines.yml
--- old/pip-shims-0.5.2/azure-pipelines.yml 2020-04-22 23:21:42.0 
+0200
+++ new/pip-shims-0.5.3/azure-pipelines.yml 2020-08-08 01:10:52.0 
+0200
@@ -30,21 +30,21 @@
 vmImage: 'Ubuntu-latest'
 jobName: TestLinux
 pythonVersions: ["3.8", "3.7", "3.6", "3.5", "2.7"]
-pipVersions: ["pip==9.0.3", "pip==10.0.1", "pip==18.0", "pip==19.0.3", 
"pip==19.1.1", "pip==19.2.3", "pip==19.3.1", "20.0.1", 
"git+https://github.com/pypa/pip@master#egg=pip";]
+pipVersions: ["pip==9.0.3", "pip==10.0.1", "pip==18.0", "pip==19.0.3", 
"pip==19.1.1", "pip==19.2.3", "pip==19.3.1", "pip==20.0.1", 
"git+https://github.com/pypa/pip@master#egg=pip";]
 
 - template: .azure-pipelines/templates/run-tests.yml
   parameters:
 vmImage: 'windows-latest'
 jobName: TestWindows
 pythonVersions: ["3.8", "3.7", "3.6", "3.5", "2.7"]
-pipVersions: ["pip==9.0.3", "pip==10.0.1", "pip==18.0", "pip==19.0.3", 
"pip==19.1.1", "pip==19.2.3", "pip==19.3.1", "20.0.1", 
"git+https://github.com/pypa/pip@master#egg=pip";]
+pipVersions: ["pip==9.0.3", "pip==10.0.1", "pip==18.0", "pip==19.0.3", 
"pip==19.1.1", "pip==19.2.3", "pip==19.3.1", "pip==20.0.1", 
"git+https://github.com/pypa/pip@master#egg=pip";]
 
 - template: .azure-pipelines/templates/run-tests.yml
   parameters:
 vmImage: 'macOS-latest'
 jobName: TestMacOS
 pythonVersions: ["3.8", "3.7", "3.6", "3.5", "2.7"]
-pipVersions: ["pip==9.0.3", "pip==10.0.1", "pip==18.0", "pip==19.0.3", 
"pip==19.1.1", "pip==19.2.3", "pip==19.3.1", "20.0.1", 
"git+https://github.com/pypa/pip@master#egg=pip";]
+pipVersions: ["pip==9.0.3", "pip==10.0.1", "pip==18.0", "pip==19.0.3", 
"pip==19.1.1", "pip==19.2.3", "pip==19.3.1", "pip==20.0.1", 
"git+https://github.com/pypa/pip

commit python-pip-shims for openSUSE:Factory

2020-07-15 Thread root
Hello community,

here is the log from the commit of package python-pip-shims for 
openSUSE:Factory checked in at 2020-07-15 12:11:27

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


Package is "python-pip-shims"

Wed Jul 15 12:11:27 2020 rev:5 rq:820533 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pip-shims/python-pip-shims.changes
2020-03-27 00:26:16.496286513 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pip-shims.new.3060/python-pip-shims.changes  
2020-07-15 12:12:12.112606190 +0200
@@ -1,0 +2,12 @@
+Sun Jul 12 06:59:17 UTC 2020 - John Vandenberg 
+
+- Update to v0.5.2
+  * Added support for pip==20.1
+  * Added support for global temporary directory context management
+when generating wheel caches using the compatibility module
+  * Added wheel cache context management which now requires the
+temporary directory context in some cases
+  * Improved function argument introspection
+  * Updated test invocations to reflect shifting parameters
+
+---

Old:

  pip-shims-0.5.1.tar.gz

New:

  pip-shims-0.5.2.tar.gz



Other differences:
--
++ python-pip-shims.spec ++
--- /var/tmp/diff_new_pack.ZGogbz/_old  2020-07-15 12:12:16.620610910 +0200
+++ /var/tmp/diff_new_pack.ZGogbz/_new  2020-07-15 12:12:16.624610915 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without python2
 Name:   python-pip-shims
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:Compatibility shims for pip versions 8 thru current
 License:ISC
@@ -59,6 +59,8 @@
 
 %check
 # Skip two online tests
+# Some skipped tests fail because of missing git, however
+# adding git only causes failure to fetch repositories.
 # The tests are highly tied to API changes in pip
 #  but they do not factualy test if the tool behave
 #  so just skip them instead of having to patch them with

++ pip-shims-0.5.1.tar.gz -> pip-shims-0.5.2.tar.gz ++
 2493 lines of diff (skipped)




commit python-pip-shims for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-pip-shims for 
openSUSE:Factory checked in at 2020-03-27 00:26:15

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


Package is "python-pip-shims"

Fri Mar 27 00:26:15 2020 rev:4 rq:785629 version:0.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pip-shims/python-pip-shims.changes
2019-11-04 17:13:30.668716539 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pip-shims.new.3160/python-pip-shims.changes  
2020-03-27 00:26:16.496286513 +0100
@@ -1,0 +2,11 @@
+Mon Mar 16 10:40:36 UTC 2020 - Marketa Calabkova 
+
+- Update to version 0.5.1
+  * Fixed resolution failures due to Resolver.resolve signature updates in 
pip@master
+  * Fixed AttributeError caused by failed RequirementSet.cleanup() calls after 
+Resolver.resolve() which is no longer valid in pip>=20.1
+  * Added a build_wheel shim function which can build either a single 
InstallRequirement 
+or an iterable of InstallRequirement instances.
+  * Added fully backward compatible library native shims to call pip functions
+
+---

Old:

  pip-shims-0.3.3.tar.gz

New:

  pip-shims-0.5.1.tar.gz



Other differences:
--
++ python-pip-shims.spec ++
--- /var/tmp/diff_new_pack.BXVB3z/_old  2020-03-27 00:26:17.120286829 +0100
+++ /var/tmp/diff_new_pack.BXVB3z/_new  2020-03-27 00:26:17.120286829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pip-shims
 #
-# 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
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
 Name:   python-pip-shims
-Version:0.3.3
+Version:0.5.1
 Release:0
 Summary:Compatibility shims for pip versions 8 thru current
 License:ISC
@@ -27,6 +28,9 @@
 BuildRequires:  %{python_module setuptools >= 36.2.2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if %{with python2}
+BuildRequires:  python-backports.tempfile
+%endif
 Requires:   python-pip
 Requires:   python-setuptools
 Requires:   python-six
@@ -59,7 +63,7 @@
 #  but they do not factualy test if the tool behave
 #  so just skip them instead of having to patch them with
 #  each pip release
-#%%pytest -k 'not (test_resolution or test_wheelbuilder)'
+%pytest -k 'not (test_resolution or test_wheelbuilder or test_resolve or 
test_get_packagefinder)'
 
 %files %{python_files}
 %license LICENSE

++ pip-shims-0.3.3.tar.gz -> pip-shims-0.5.1.tar.gz ++
 7274 lines of diff (skipped)




commit python-pip-shims for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-pip-shims for 
openSUSE:Factory checked in at 2019-11-04 17:13:29

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


Package is "python-pip-shims"

Mon Nov  4 17:13:29 2019 rev:3 rq:744402 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pip-shims/python-pip-shims.changes
2019-07-30 13:05:47.926381483 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pip-shims.new.2990/python-pip-shims.changes  
2019-11-04 17:13:30.668716539 +0100
@@ -1,0 +2,6 @@
+Thu Oct 31 09:08:38 UTC 2019 - Tomáš Chvátal 
+
+- Disable tests as they break with almost each pip release
+  and do not really cover if the tool works
+
+---



Other differences:
--
++ python-pip-shims.spec ++
--- /var/tmp/diff_new_pack.nswnRD/_old  2019-11-04 17:13:31.052716950 +0100
+++ /var/tmp/diff_new_pack.nswnRD/_new  2019-11-04 17:13:31.056716954 +0100
@@ -22,7 +22,6 @@
 Release:0
 Summary:Compatibility shims for pip versions 8 thru current
 License:ISC
-Group:  Development/Languages/Python
 URL:https://github.com/sarugaku/pip-shims
 Source: 
https://github.com/sarugaku/pip-shims/archive/%{version}.tar.gz#/pip-shims-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools >= 36.2.2}
@@ -56,7 +55,11 @@
 
 %check
 # Skip two online tests
-%pytest -k 'not (test_resolution or test_wheelbuilder)'
+# The tests are highly tied to API changes in pip
+#  but they do not factualy test if the tool behave
+#  so just skip them instead of having to patch them with
+#  each pip release
+#%%pytest -k 'not (test_resolution or test_wheelbuilder)'
 
 %files %{python_files}
 %license LICENSE




commit python-pip-shims for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-pip-shims for 
openSUSE:Factory checked in at 2019-07-30 13:05:46

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


Package is "python-pip-shims"

Tue Jul 30 13:05:46 2019 rev:2 rq:717859 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/python-pip-shims/python-pip-shims.changes
2019-03-22 15:01:57.485762547 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pip-shims.new.4126/python-pip-shims.changes  
2019-07-30 13:05:47.926381483 +0200
@@ -1,0 +2,8 @@
+Tue Jul 23 11:25:17 UTC 2019 - Tomáš Chvátal 
+
+- Update to 0.3.3:
+  * Added commands.freeze.DEV_PKGS and utils.compat.stdlib_pkgs shims. #25
+  * Updated PackageFinder test and added CandidateEvaluator import starting 
with pip>=19.1 for finding prerelease candidates. #27
+  * Fixed import paths for VcsSupport on pip>19.1.1. #28
+
+---

Old:

  pip-shims-0.3.2.tar.gz

New:

  pip-shims-0.3.3.tar.gz



Other differences:
--
++ python-pip-shims.spec ++
--- /var/tmp/diff_new_pack.aaPD2p/_old  2019-07-30 13:05:48.386381362 +0200
+++ /var/tmp/diff_new_pack.aaPD2p/_new  2019-07-30 13:05:48.386381362 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pip-shims
-Version:0.3.2
+Version:0.3.3
 Release:0
 Summary:Compatibility shims for pip versions 8 thru current
 License:ISC
@@ -56,7 +56,7 @@
 
 %check
 # Skip two online tests
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m pytest -k 
'not (test_resolution or test_wheelbuilder)'
+%pytest -k 'not (test_resolution or test_wheelbuilder)'
 
 %files %{python_files}
 %license LICENSE

++ pip-shims-0.3.2.tar.gz -> pip-shims-0.3.3.tar.gz ++
 3167 lines of diff (skipped)