commit python-toolz for openSUSE:Factory

2024-06-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-toolz for openSUSE:Factory 
checked in at 2024-06-12 15:38:46

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


Package is "python-toolz"

Wed Jun 12 15:38:46 2024 rev:10 rq:1180115 version:0.12.1

Changes:

--- /work/SRC/openSUSE:Factory/python-toolz/python-toolz.changes
2024-03-17 22:15:33.859420254 +0100
+++ /work/SRC/openSUSE:Factory/.python-toolz.new.19518/python-toolz.changes 
2024-06-12 15:40:02.133897419 +0200
@@ -1,0 +2,10 @@
+Wed Jun 12 07:27:01 UTC 2024 - Dirk Müller 
+
+- switch to PEP517 build
+
+---
+Sun Apr 21 11:20:54 UTC 2024 - ecsos 
+
+- Add %{?sle15_python_module_pythons}
+
+---



Other differences:
--
++ python-toolz.spec ++
--- /var/tmp/diff_new_pack.4ERbIS/_old  2024-06-12 15:40:02.537912205 +0200
+++ /var/tmp/diff_new_pack.4ERbIS/_new  2024-06-12 15:40:02.537912205 +0200
@@ -16,8 +16,7 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%global skip_python2 1
+%{?sle15_python_module_pythons}
 Name:   python-toolz
 Version:0.12.1
 Release:0
@@ -26,7 +25,9 @@
 Group:  Development/Languages/Python
 URL:https://github.com/pytoolz/toolz/
 Source: 
https://files.pythonhosted.org/packages/source/t/toolz/toolz-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
@@ -42,19 +43,19 @@
 %setup -q -n toolz-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+%pytest -k "not test_inspect_wrapped_property"
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
 %{python_sitelib}/toolz/
 %{python_sitelib}/tlz/
-%{python_sitelib}/toolz-%{version}*-info/
+%{python_sitelib}/toolz-%{version}.dist-info
 


commit python-toolz for openSUSE:Factory

2022-10-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-toolz for openSUSE:Factory 
checked in at 2022-10-12 18:24:27

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


Package is "python-toolz"

Wed Oct 12 18:24:27 2022 rev:8 rq:1009874 version:0.12.0

Changes:

--- /work/SRC/openSUSE:Factory/python-toolz/python-toolz.changes
2022-01-08 23:24:51.378292233 +0100
+++ /work/SRC/openSUSE:Factory/.python-toolz.new.2275/python-toolz.changes  
2022-10-12 18:25:58.909857891 +0200
@@ -1,0 +2,12 @@
+Tue Oct 11 16:02:42 UTC 2022 - Yogalakshmi Arunachalam 
+
+- update to version 0.12.0 
+  * Add apply (#411)
+  * Support newer Python versions--up to Python 3.11-alpha (#525, #527, #533)
+  * Improve warning when using toolz.compatibility (#485)
+  * Improve documentation (#507, #524, #526, #530)
+  * Improve performance of merge_with (#532)
+  * Improve import times (#534)
+  * Auto-upload new releases to PyPI (#536, #537)
+
+---

Old:

  toolz-0.11.2.tar.gz

New:

  toolz-0.12.0.tar.gz



Other differences:
--
++ python-toolz.spec ++
--- /var/tmp/diff_new_pack.CW75bm/_old  2022-10-12 18:26:00.649862238 +0200
+++ /var/tmp/diff_new_pack.CW75bm/_new  2022-10-12 18:26:00.657862258 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %global skip_python2 1
 Name:   python-toolz
-Version:0.11.2
+Version:0.12.0
 Release:0
 Summary:List processing tools and functional utilities for python
 License:BSD-3-Clause

++ toolz-0.11.2.tar.gz -> toolz-0.12.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/toolz-0.11.2/PKG-INFO new/toolz-0.12.0/PKG-INFO
--- old/toolz-0.11.2/PKG-INFO   2021-11-06 06:22:52.936383200 +0100
+++ new/toolz-0.12.0/PKG-INFO   2022-07-10 06:29:51.076025200 +0200
@@ -1,12 +1,145 @@
-Metadata-Version: 2.1
+Metadata-Version: 1.2
 Name: toolz
-Version: 0.11.2
+Version: 0.12.0
 Summary: List processing tools and functional utilities
 Home-page: https://github.com/pytoolz/toolz/
 Author: https://raw.github.com/pytoolz/toolz/master/AUTHORS.md
 Maintainer: Erik Welch
 Maintainer-email: erik.n.we...@gmail.com
 License: BSD
+Description: Toolz
+=
+
+|Build Status| |Coverage Status| |Version Status|
+
+A set of utility functions for iterators, functions, and dictionaries.
+
+See the PyToolz documentation at https://toolz.readthedocs.io
+
+LICENSE
+---
+
+New BSD. See `License File 
`__.
+
+Install
+---
+
+``toolz`` is on the Python Package Index (PyPI):
+
+::
+
+pip install toolz
+
+Structure and Heritage
+--
+
+``toolz`` is implemented in three parts:
+
+|literal itertoolz|_, for operations on iterables. Examples: 
``groupby``,
+``unique``, ``interpose``,
+
+|literal functoolz|_, for higher-order functions. Examples: 
``memoize``,
+``curry``, ``compose``,
+
+|literal dicttoolz|_, for operations on dictionaries. Examples: 
``assoc``,
+``update-in``, ``merge``.
+
+.. |literal itertoolz| replace:: ``itertoolz``
+.. _literal itertoolz: 
https://github.com/pytoolz/toolz/blob/master/toolz/itertoolz.py
+
+.. |literal functoolz| replace:: ``functoolz``
+.. _literal functoolz: 
https://github.com/pytoolz/toolz/blob/master/toolz/functoolz.py
+
+.. |literal dicttoolz| replace:: ``dicttoolz``
+.. _literal dicttoolz: 
https://github.com/pytoolz/toolz/blob/master/toolz/dicttoolz.py
+
+These functions come from the legacy of functional languages for list
+processing. They interoperate well to accomplish common complex tasks.
+
+Read our `API
+Documentation `__ for
+more details.
+
+Example
+---
+
+This builds a standard wordcount function from pieces within ``toolz``:
+
+.. code:: python
+
+>>> def stem(word):
+... """ Stem word to primitive form """
+... return word.lower().rstrip(",.!:;'-\"").lstrip("'\"")
+
+>>> from toolz import compose, frequencies
+>>> from 

commit python-toolz for openSUSE:Factory

2022-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-toolz for openSUSE:Factory 
checked in at 2022-01-08 23:24:13

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


Package is "python-toolz"

Sat Jan  8 23:24:13 2022 rev:7 rq:944913 version:0.11.2

Changes:

--- /work/SRC/openSUSE:Factory/python-toolz/python-toolz.changes
2021-03-10 08:58:33.578969763 +0100
+++ /work/SRC/openSUSE:Factory/.python-toolz.new.1892/python-toolz.changes  
2022-01-08 23:24:51.378292233 +0100
@@ -1,0 +2,6 @@
+Thu Jan  6 15:06:13 UTC 2022 - Ben Greiner 
+
+- update to 0.11.2
+  * Support Python 3.10
+
+---

Old:

  toolz-0.11.1.tar.gz

New:

  toolz-0.11.2.tar.gz



Other differences:
--
++ python-toolz.spec ++
--- /var/tmp/diff_new_pack.jEGJzt/_old  2022-01-08 23:24:51.778292560 +0100
+++ /var/tmp/diff_new_pack.jEGJzt/_new  2022-01-08 23:24:51.782292563 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-toolz
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %global skip_python2 1
 Name:   python-toolz
-Version:0.11.1
+Version:0.11.2
 Release:0
 Summary:List processing tools and functional utilities for python
 License:BSD-3-Clause
@@ -56,6 +56,6 @@
 %license LICENSE.txt
 %{python_sitelib}/toolz/
 %{python_sitelib}/tlz/
-%{python_sitelib}/toolz-%{version}-py*.egg-info/
+%{python_sitelib}/toolz-%{version}*-info/
 
 %changelog

++ toolz-0.11.1.tar.gz -> toolz-0.11.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/toolz-0.11.1/AUTHORS.md new/toolz-0.11.2/AUTHORS.md
--- old/toolz-0.11.1/AUTHORS.md 1970-01-01 01:00:00.0 +0100
+++ new/toolz-0.11.2/AUTHORS.md 2021-11-06 06:07:13.0 +0100
@@ -0,0 +1,33 @@
+[Matthew Rocklin](http://matthewrocklin.com)
[@mrocklin](http://github.com/mrocklin/)
+
+[John Jacobsen](http://eigenhombre.com) 
[@eigenhombre](http://github.com/eigenhombre/)
+
+Erik Welch  
[@eriknw](https://github.com/eriknw/)
+
+John Crichton   
[@jcrichton](https://github.com/jcrichton/)
+
+Han Semaj   
[@microamp](https://github.com/microamp/)
+
+[Graeme Coupar](https://twitter.com/obmarg) 
[@obmarg](https://github.com/obmarg/)
+
+[Leonid Shvechikov](http://brainstorage.me/shvechikov)  
[@shvechikov](https://github.com/shvechikov)
+
+Lars Buitinck   
[@larsmans](http://github.com/larsmans)
+
+Jos?? Ricardo
[@josericardo](https://github.com/josericardo)
+
+Tom Prince  
[@tomprince](https://github.com/tomprince)
+
+Bart van Merri??nboer
[@bartvm](https://github.com/bartvm)
+
+Nikolaos-Digenis Karagiannis
[@digenis](https://github.com/digenis/)
+
+[Antonio Lima](https://twitter.com/themiurgo)   
[@themiurgo](https://github.com/themiurgo/)
+
+Joe Jevnik  
[@ll](https://github.com/ll)
+
+Rory Kirchner  
[@roryk](https://github.com/roryk)
+
+[Steven Cutting](http://steven-cutting.github.io) 
[@steven_cutting](https://github.com/steven-cutting)
+
+Aric Coady  
[@coady](https://github.com/coady)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/toolz-0.11.1/PKG-INFO new/toolz-0.11.2/PKG-INFO
--- old/toolz-0.11.1/PKG-INFO   2020-09-24 17:50:47.0 +0200
+++ new/toolz-0.11.2/PKG-INFO   2021-11-06 06:22:52.936383200 +0100
@@ -1,145 +1,12 @@
-Metadata-Version: 1.2
+Metadata-Version: 2.1
 Name: toolz
-Version: 0.11.1
+Version: 0.11.2
 Summary: List processing tools and functional utilities
 Home-page: https://github.com/pytoolz/toolz/
 Author: https://raw.github.com/pytoolz/toolz/master/AUTHORS.md
 Maintainer: Erik Welch
 Maintainer-email: erik.n.we...@gmail.com
 License: BSD
-Description: Toolz
-=
-
-|Build Status| |Coverage Status| |Version Status|
-
-A set of utility functions for iterators, functions, and dictionaries.
-
-See the PyToolz 

commit python-toolz for openSUSE:Factory

2021-03-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-toolz for openSUSE:Factory 
checked in at 2021-03-10 08:57:07

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


Package is "python-toolz"

Wed Mar 10 08:57:07 2021 rev:6 rq:877836 version:0.11.1

Changes:

--- /work/SRC/openSUSE:Factory/python-toolz/python-toolz.changes
2019-07-22 17:19:39.725906411 +0200
+++ /work/SRC/openSUSE:Factory/.python-toolz.new.2378/python-toolz.changes  
2021-03-10 08:58:33.578969763 +0100
@@ -1,0 +2,6 @@
+Mon Mar  8 22:48:28 UTC 2021 - Dirk M??ller 
+
+- update to 0.11.1:
+  * drop python 2.x 
+
+---

Old:

  toolz-0.10.0.tar.gz

New:

  toolz-0.11.1.tar.gz



Other differences:
--
++ python-toolz.spec ++
--- /var/tmp/diff_new_pack.PZBSp3/_old  2021-03-10 08:58:34.054970255 +0100
+++ /var/tmp/diff_new_pack.PZBSp3/_new  2021-03-10 08:58:34.058970259 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-toolz
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 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-%{**}}
+%global skip_python2 1
 Name:   python-toolz
-Version:0.10.0
+Version:0.11.1
 Release:0
 Summary:List processing tools and functional utilities for python
 License:BSD-3-Clause

++ toolz-0.10.0.tar.gz -> toolz-0.11.1.tar.gz ++
 3257 lines of diff (skipped)