commit python-jaraco.collections for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-jaraco.collections for 
openSUSE:Factory checked in at 2020-04-19 21:39:30

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


Package is "python-jaraco.collections"

Sun Apr 19 21:39:30 2020 rev:4 rq:784207 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.collections/python-jaraco.collections.changes
  2020-01-16 18:17:11.780837544 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.collections.new.2738/python-jaraco.collections.changes
2020-04-19 21:39:31.774884133 +0200
@@ -1,0 +2,6 @@
+Mon Mar  9 12:59:46 UTC 2020 - Marketa Calabkova 
+
+- Update to 3.0.0
+  * Require Python 3.6 or later.
+
+---

Old:

  jaraco.collections-2.1.tar.gz

New:

  jaraco.collections-3.0.0.tar.gz



Other differences:
--
++ python-jaraco.collections.spec ++
--- /var/tmp/diff_new_pack.IRkWQP/_old  2020-04-19 21:39:32.366885321 +0200
+++ /var/tmp/diff_new_pack.IRkWQP/_new  2020-04-19 21:39:32.370885329 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-jaraco.collections
-Version:2.1
+Version:3.0.0
 Release:0
 Summary:Tools to work with collections
 License:MIT
@@ -32,14 +33,12 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-jaraco.base >= 6.1
 Requires:   python-jaraco.classes
 Requires:   python-jaraco.functools
 Requires:   python-jaraco.text
-Requires:   python-six
 BuildArch:  noarch
 %python_subpackages
 

++ jaraco.collections-2.1.tar.gz -> jaraco.collections-3.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-2.1/.pre-commit-config.yaml 
new/jaraco.collections-3.0.0/.pre-commit-config.yaml
--- old/jaraco.collections-2.1/.pre-commit-config.yaml  2019-10-13 
18:17:26.0 +0200
+++ new/jaraco.collections-3.0.0/.pre-commit-config.yaml2019-12-20 
05:54:59.0 +0100
@@ -1,5 +1,5 @@
 repos:
-- repo: https://github.com/ambv/black
-  rev: 18.9b0
+- repo: https://github.com/psf/black
+  rev: 19.3b0
   hooks:
   - id: black
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-2.1/.travis.yml 
new/jaraco.collections-3.0.0/.travis.yml
--- old/jaraco.collections-2.1/.travis.yml  2019-10-13 18:17:26.0 
+0200
+++ new/jaraco.collections-3.0.0/.travis.yml2019-12-20 05:54:59.0 
+0100
@@ -2,9 +2,8 @@
 language: python
 
 python:
-- 2.7
 - 3.6
-- _py3 3.7
+- _py3 3.8
 
 jobs:
   fast_finish: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-2.1/CHANGES.rst 
new/jaraco.collections-3.0.0/CHANGES.rst
--- old/jaraco.collections-2.1/CHANGES.rst  2019-10-13 18:17:26.0 
+0200
+++ new/jaraco.collections-3.0.0/CHANGES.rst2019-12-20 05:54:59.0 
+0100
@@ -1,3 +1,8 @@
+v3.0.0
+==
+
+Require Python 3.6 or later.
+
 2.1
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-2.1/PKG-INFO 
new/jaraco.collections-3.0.0/PKG-INFO
--- old/jaraco.collections-2.1/PKG-INFO 2019-10-13 18:17:52.0 +0200
+++ new/jaraco.collections-3.0.0/PKG-INFO   2019-12-20 05:55:20.170997900 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: jaraco.collections
-Version: 2.1
+Version: 3.0.0
 Summary: Collection objects similar to those in stdlib by jaraco
 Home-page: https://github.com/jaraco/jaraco.collections
 Author: Jason R. Coombs
@@ -15,7 +15,7 @@
:target: https://travis-ci.org/jaraco/jaraco.collections
 
 .. image:: https://img.shields.io/badge/code%20style-black-00.svg
-   :target: https://github.com/ambv/black
+   :target: https://github.com/psf/black
:alt: Code style: Black
 
 .. .. image:: 
https://img.shields.io/appveyor/ci/jaraco/skeleton/master.svg
@@ -35,8 +35,7 @@
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: MIT License
-Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Requires-Python: >=2.7
+Requires-Python: >=3.6
 

commit python-jaraco.collections for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-jaraco.collections for 
openSUSE:Factory checked in at 2020-01-16 18:17:07

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


Package is "python-jaraco.collections"

Thu Jan 16 18:17:07 2020 rev:3 rq:764935 version:2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.collections/python-jaraco.collections.changes
  2019-03-04 09:21:35.276587888 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.collections.new.26092/python-jaraco.collections.changes
   2020-01-16 18:17:11.780837544 +0100
@@ -1,0 +2,6 @@
+Thu Jan 16 10:58:44 UTC 2020 - Tomáš Chvátal 
+
+- Update to 2.1:
+  * Added pop_all function.
+
+---

Old:

  jaraco.collections-2.0.tar.gz

New:

  jaraco.collections-2.1.tar.gz



Other differences:
--
++ python-jaraco.collections.spec ++
--- /var/tmp/diff_new_pack.CXPGcl/_old  2020-01-16 18:17:12.812838128 +0100
+++ /var/tmp/diff_new_pack.CXPGcl/_new  2020-01-16 18:17:12.812838128 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jaraco.collections
 #
-# 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
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jaraco.collections
-Version:2.0
+Version:2.1
 Release:0
 Summary:Tools to work with collections
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/jaraco/jaraco.collections
+URL:https://github.com/jaraco/jaraco.collections
 Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-%{version}.tar.gz
 BuildRequires:  %{python_module jaraco.base >= 6.1}
 BuildRequires:  %{python_module jaraco.classes}
@@ -41,7 +41,6 @@
 Requires:   python-jaraco.text
 Requires:   python-six
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -50,7 +49,7 @@
 
 %prep
 %setup -q -n jaraco.collections-%{version}
-sed -i 's/--flake8//' pytest.ini
+sed -i 's/--flake8 --black --cov//' pytest.ini
 
 %build
 %python_build
@@ -73,9 +72,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%{python_expand py.test-%{$python_bin_suffix} \
-  --ignore=_build.python2 --ignore=_build.python3
-}
+%pytest
 
 %files %{python_files}
 %license LICENSE

++ jaraco.collections-2.0.tar.gz -> jaraco.collections-2.1.tar.gz ++
 2175 lines of diff (skipped)




commit python-jaraco.collections for openSUSE:Factory

2019-03-04 Thread root
Hello community,

here is the log from the commit of package python-jaraco.collections for 
openSUSE:Factory checked in at 2019-03-04 09:21:32

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


Package is "python-jaraco.collections"

Mon Mar  4 09:21:32 2019 rev:2 rq:679746 version:2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.collections/python-jaraco.collections.changes
  2018-09-24 13:11:14.917919567 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.collections.new.28833/python-jaraco.collections.changes
   2019-03-04 09:21:35.276587888 +0100
@@ -1,0 +2,14 @@
+Tue Feb 26 09:28:39 UTC 2019 - John Vandenberg 
+
+- Add LICENSE
+- Compile manually due to switch to pkgutil namespace technique
+- Use fdupes
+- Re-instate use of --doctest-modules to increase coverage
+- Add explicit build dependency on python-six
+- Update to v2.0
+  * Switch to pkgutil namespace technique for the ``jaraco`` namespace.
+- from 1.6.0
+  * Fix DeprecationWarnings when referencing abstract base
+classes from collections module.
+
+---
@@ -14 +28 @@
-- Initial Package
+- Initial Package for v1.5.3

Old:

  jaraco.collections-1.5.3.tar.gz

New:

  jaraco.collections-2.0.tar.gz



Other differences:
--
++ python-jaraco.collections.spec ++
--- /var/tmp/diff_new_pack.jTGB0v/_old  2019-03-04 09:21:36.320587700 +0100
+++ /var/tmp/diff_new_pack.jTGB0v/_new  2019-03-04 09:21:36.324587699 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jaraco.collections
 #
-# 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
@@ -12,29 +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-%{**}}
 Name:   python-jaraco.collections
-Version:1.5.3
+Version:2.0
 Release:0
 Summary:Tools to work with collections
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/jaraco/jaraco.collections
 Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.collections/jaraco.collections-%{version}.tar.gz
-BuildRequires:  %{python_module base}
-BuildRequires:  %{python_module jaraco.base}
+BuildRequires:  %{python_module jaraco.base >= 6.1}
 BuildRequires:  %{python_module jaraco.classes}
 BuildRequires:  %{python_module jaraco.functools}
 BuildRequires:  %{python_module jaraco.text}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-jaraco.base
+Requires:   python-jaraco.base >= 6.1
 Requires:   python-jaraco.classes
 Requires:   python-jaraco.functools
 Requires:   python-jaraco.text
@@ -49,20 +50,32 @@
 
 %prep
 %setup -q -n jaraco.collections-%{version}
-sed -i -e "s/'pytest_runner'/'pytest-runner'/" setup.py
-rm -rf jaraco.collections.egg-info
+sed -i 's/--flake8//' pytest.ini
 
 %build
 %python_build
 
 %install
 %python_install
-%{python_expand rm -r 
%{buildroot}%{$python_sitelib}/jaraco.collections-%{version}-py*-nspkg.pth}
+
+%python_expand rm %{buildroot}%{$python_sitelib}/jaraco/__init__.py
+
+%if 0%{?have_python2} && ! 0%{?skip_python2}
+%py_compile %{buildroot}%{python2_sitelib}/jaraco/
+%py_compile -O %{buildroot}%{python2_sitelib}/jaraco/
+%endif
+
+%if 0%{?have_python3} && ! 0%{?skip_python3}
+%py3_compile %{buildroot}%{python3_sitelib}/jaraco/
+%py3_compile -O %{buildroot}%{python3_sitelib}/jaraco/
+%endif
+
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# remove flake8 / doc tests
-sed -i "s,addopts=--doctest-modules --flake8.*,," pytest.ini
-%python_expand PYTHONPATH=$PYTHONPATH:%{$python_sitelib} 
py.test-%{$python_version} tests
+%{python_expand py.test-%{$python_bin_suffix} \
+  --ignore=_build.python2 --ignore=_build.python3
+}
 
 %files %{python_files}
 %license LICENSE

++ jaraco.collections-1.5.3.tar.gz -> jaraco.collections-2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.collections-1.5.3/.flake8