commit python-jaraco.functools for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-jaraco.functools for 
openSUSE:Factory checked in at 2020-10-29 09:45:33

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


Package is "python-jaraco.functools"

Thu Oct 29 09:45:33 2020 rev:6 rq:835170 version:3.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
  2020-04-19 21:40:45.487032029 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.3463/python-jaraco.functools.changes
2020-10-29 09:45:56.140034266 +0100
@@ -1,0 +2,6 @@
+Thu Sep 17 11:33:01 UTC 2020 - Dirk Mueller 
+
+- update to 3.0.1:
+  #14: Removed unnecessary compatibility libraries in testing.
+
+---

Old:

  jaraco.functools-3.0.0.tar.gz

New:

  jaraco.functools-3.0.1.tar.gz



Other differences:
--
++ python-jaraco.functools.spec ++
--- /var/tmp/diff_new_pack.sb903j/_old  2020-10-29 09:45:56.972035052 +0100
+++ /var/tmp/diff_new_pack.sb903j/_new  2020-10-29 09:45:56.976035056 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-jaraco.functools
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:Tools to work with functools
 License:MIT

++ jaraco.functools-3.0.0.tar.gz -> jaraco.functools-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.functools-3.0.0/.pre-commit-config.yaml 
new/jaraco.functools-3.0.1/.pre-commit-config.yaml
--- old/jaraco.functools-3.0.0/.pre-commit-config.yaml  2019-12-20 
05:48:13.0 +0100
+++ new/jaraco.functools-3.0.1/.pre-commit-config.yaml  2020-04-25 
23:42:26.0 +0200
@@ -1,5 +1,10 @@
 repos:
 - repo: https://github.com/psf/black
-  rev: 19.3b0
+  rev: 19.10b0
   hooks:
   - id: black
+
+- repo: https://github.com/asottile/blacken-docs
+  rev: v1.4.0
+  hooks:
+  - id: blacken-docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.functools-3.0.0/.travis.yml 
new/jaraco.functools-3.0.1/.travis.yml
--- old/jaraco.functools-3.0.0/.travis.yml  2019-12-20 05:48:13.0 
+0100
+++ new/jaraco.functools-3.0.1/.travis.yml  2020-04-25 23:42:26.0 
+0200
@@ -1,26 +1,17 @@
-dist: xenial
+dist: bionic
 language: python
 
 python:
 - 3.6
 - _py3 3.8
 
-jobs:
-  fast_finish: true
-  include:
-  - stage: deploy
-if: tag IS present
-python: *latest_py3
-before_script: skip
-script: tox -e release
-
 cache: pip
 
 install:
 - pip install tox tox-venv
 
 before_script:
-  # Disable IPv6. Ref travis-ci/travis-ci#8361
+  # Enable IPv6. Ref travis-ci/travis-ci#8361
   - if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
   sudo sh -c 'echo 0 > /proc/sys/net/ipv6/conf/all/disable_ipv6';
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.functools-3.0.0/CHANGES.rst 
new/jaraco.functools-3.0.1/CHANGES.rst
--- old/jaraco.functools-3.0.0/CHANGES.rst  2019-12-20 05:48:13.0 
+0100
+++ new/jaraco.functools-3.0.1/CHANGES.rst  2020-04-25 23:42:26.0 
+0200
@@ -1,3 +1,8 @@
+v3.0.1
+==
+
+#14: Removed unnecessary compatibility libraries in testing.
+
 v3.0.0
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jaraco.functools-3.0.0/LICENSE 
new/jaraco.functools-3.0.1/LICENSE
--- old/jaraco.functools-3.0.0/LICENSE  2019-12-20 05:48:13.0 +0100
+++ new/jaraco.functools-3.0.1/LICENSE  2020-04-25 23:42:26.0 +0200
@@ -1,7 +1,19 @@
 Copyright Jason R. Coombs
 
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
 
-The above copyright notice 

commit python-jaraco.functools for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-jaraco.functools for 
openSUSE:Factory checked in at 2020-04-19 21:40:41

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


Package is "python-jaraco.functools"

Sun Apr 19 21:40:41 2020 rev:5 rq:784821 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
  2019-08-27 15:55:15.663619755 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.2738/python-jaraco.functools.changes
2020-04-19 21:40:45.487032029 +0200
@@ -1,0 +2,11 @@
+Sat Mar 14 08:13:39 UTC 2020 - Tomáš Chvátal 
+
+- Femove leftover py2 dependencies
+
+---
+Mon Mar  9 13:14:29 UTC 2020 - Marketa Calabkova 
+
+- Update to 3.0.0
+  * Require Python 3.6 or later.
+
+---

Old:

  jaraco.functools-2.0.tar.gz

New:

  jaraco.functools-3.0.0.tar.gz



Other differences:
--
++ python-jaraco.functools.spec ++
--- /var/tmp/diff_new_pack.pR5VKy/_old  2020-04-19 21:40:46.431033923 +0200
+++ /var/tmp/diff_new_pack.pR5VKy/_new  2020-04-19 21:40:46.435033931 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jaraco.functools
 #
-# 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-%{**}}
+%define skip_python2 1
 Name:   python-jaraco.functools
-Version:2.0
+Version:3.0.0
 Release:0
 Summary:Tools to work with functools
 License:MIT
@@ -31,17 +32,11 @@
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-backports.functools_lru_cache
-BuildRequires:  python2-backports.unittest_mock
 Requires:   python-jaraco.base >= 6.1
 Requires:   python-more-itertools
 BuildArch:  noarch
-%ifpython2
-Requires:   python-backports.functools_lru_cache
-%endif
 %python_subpackages
 
 %description
@@ -51,6 +46,7 @@
 %prep
 %setup -q -n jaraco.functools-%{version}
 sed -i 's/--flake8//' pytest.ini
+sed -i 's/--black --cov//' pytest.ini
 rm -rf jaraco.functools.egg-info
 
 %build
@@ -61,22 +57,14 @@
 
 %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
-# Ignore method_cache doctest because of gh#jaraco/jaraco.functools#12
 # test_function_throttled - can randomly fail
-%pytest -k 'not method_cache and not test_function_throttled'
+%pytest -k 'not test_function_throttled'
 
 %files %{python_files}
 %license LICENSE

++ jaraco.functools-2.0.tar.gz -> jaraco.functools-3.0.0.tar.gz ++
 1786 lines of diff (skipped)




commit python-jaraco.functools for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package python-jaraco.functools for 
openSUSE:Factory checked in at 2019-08-27 15:55:14

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


Package is "python-jaraco.functools"

Tue Aug 27 15:55:14 2019 rev:4 rq:725100 version:2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
  2019-04-21 09:01:18.530403506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.7948/python-jaraco.functools.changes
2019-08-27 15:55:15.663619755 +0200
@@ -1,0 +2,5 @@
+Wed Aug 21 14:43:51 UTC 2019 - Tomáš Chvátal 
+
+- Skip another test that is randomly failing
+
+---



Other differences:
--
++ python-jaraco.functools.spec ++
--- /var/tmp/diff_new_pack.Z8sHFt/_old  2019-08-27 15:55:16.311619215 +0200
+++ /var/tmp/diff_new_pack.Z8sHFt/_new  2019-08-27 15:55:16.319619209 +0200
@@ -23,7 +23,7 @@
 Summary:Tools to work with functools
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/jaraco/jaraco.functools
+URL:https://github.com/jaraco/jaraco.functools
 Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-%{version}.tar.gz
 BuildRequires:  %{python_module jaraco.base >= 6.1}
 BuildRequires:  %{python_module jaraco.classes}
@@ -38,11 +38,10 @@
 BuildRequires:  python2-backports.unittest_mock
 Requires:   python-jaraco.base >= 6.1
 Requires:   python-more-itertools
+BuildArch:  noarch
 %ifpython2
 Requires:   python-backports.functools_lru_cache
 %endif
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -76,10 +75,8 @@
 
 %check
 # Ignore method_cache doctest because of gh#jaraco/jaraco.functools#12
-%{python_expand py.test-%{$python_bin_suffix} \
-  --ignore=_build.python2 --ignore=_build.python3 \
-  -k 'not method_cache'
-}
+# test_function_throttled - can randomly fail
+%pytest -k 'not method_cache and not test_function_throttled'
 
 %files %{python_files}
 %license LICENSE




commit python-jaraco.functools for openSUSE:Factory

2019-04-21 Thread root
Hello community,

here is the log from the commit of package python-jaraco.functools for 
openSUSE:Factory checked in at 2019-04-21 09:01:15

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


Package is "python-jaraco.functools"

Sun Apr 21 09:01:15 2019 rev:3 rq:695275 version:2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
  2019-03-04 09:21:31.848588505 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.5536/python-jaraco.functools.changes
2019-04-21 09:01:18.530403506 +0200
@@ -1,0 +2,5 @@
+Wed Apr 17 16:02:33 CEST 2019 - Matej Cepl 
+
+- Skip method_cache doctest test (gh#jaraco/jaraco.functools#12).
+
+---



Other differences:
--
++ python-jaraco.functools.spec ++
--- /var/tmp/diff_new_pack.szCfCg/_old  2019-04-21 09:01:19.126404214 +0200
+++ /var/tmp/diff_new_pack.szCfCg/_new  2019-04-21 09:01:19.130404219 +0200
@@ -75,8 +75,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# Ignore method_cache doctest because of gh#jaraco/jaraco.functools#12
 %{python_expand py.test-%{$python_bin_suffix} \
-  --ignore=_build.python2 --ignore=_build.python3
+  --ignore=_build.python2 --ignore=_build.python3 \
+  -k 'not method_cache'
 }
 
 %files %{python_files}




commit python-jaraco.functools for openSUSE:Factory

2019-03-04 Thread root
Hello community,

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

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


Package is "python-jaraco.functools"

Mon Mar  4 09:21:29 2019 rev:2 rq:679745 version:2.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jaraco.functools/python-jaraco.functools.changes
  2018-09-24 13:11:07.893932060 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jaraco.functools.new.28833/python-jaraco.functools.changes
   2019-03-04 09:21:31.848588505 +0100
@@ -1,0 +2,14 @@
+Tue Feb 26 09:20:58 UTC 2019 - John Vandenberg 
+
+- Add LICENSE
+- Compile manually due to switch to pkgutil namespace technique
+- Add fdupes
+- Re-instate use of --doctest-modules to increase coverage
+- Remove undesirable build dependency pytest-sugar
+- Add missing runtime dependency on python-jaraco.base
+- Add missing runtime dependency on more-itertools
+- Add explicit build dependency on python-six
+- Update to v2.0
+  * Switch to pkgutil namespace technique for the ``jaraco`` namespace.
+
+---
@@ -9 +23 @@
-- Initial Package
+- Initial Package for v1.20

Old:

  jaraco.functools-1.20.tar.gz

New:

  jaraco.functools-2.0.tar.gz



Other differences:
--
++ python-jaraco.functools.spec ++
--- /var/tmp/diff_new_pack.5pUq2m/_old  2019-03-04 09:21:32.332588417 +0100
+++ /var/tmp/diff_new_pack.5pUq2m/_new  2019-03-04 09:21:32.336588417 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jaraco.functools
 #
-# 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,32 @@
 # 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.functools
-Version:1.20
+Version:2.0
 Release:0
 Summary:Tools to work with functools
 License:MIT
 Group:  Development/Languages/Python
 Url:https://github.com/jaraco/jaraco.functools
 Source0:
https://files.pythonhosted.org/packages/source/j/jaraco.functools/jaraco.functools-%{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 pytest-sugar}
+BuildRequires:  %{python_module more-itertools}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python2-backports.functools_lru_cache
 BuildRequires:  python2-backports.unittest_mock
+Requires:   python-jaraco.base >= 6.1
+Requires:   python-more-itertools
 %ifpython2
 Requires:   python-backports.functools_lru_cache
 %endif
@@ -48,7 +51,7 @@
 
 %prep
 %setup -q -n jaraco.functools-%{version}
-sed -i -e "s/'pytest_runner'/'pytest-runner'/" setup.py
+sed -i 's/--flake8//' pytest.ini
 rm -rf jaraco.functools.egg-info
 
 %build
@@ -56,15 +59,28 @@
 
 %install
 %python_install
-%{python_expand rm -r 
%{buildroot}%{$python_sitelib}/jaraco.functools-%{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 py.test-%{$python_bin_suffix}
+%{python_expand py.test-%{$python_bin_suffix} \
+  --ignore=_build.python2 --ignore=_build.python3
+}
 
 %files %{python_files}
-%defattr(-,root,root)
+%license LICENSE
 %doc docs/*.rst README.rst CHANGES.rst
 %{python_sitelib}/jaraco.functools-%{version}-py*.egg-info
 %{python_sitelib}/jaraco/functools.py*

++