Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-binary-memcached for openSUSE:Factory checked in at 2023-05-03 12:57:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-binary-memcached (Old) and /work/SRC/openSUSE:Factory/.python-python-binary-memcached.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-binary-memcached" Wed May 3 12:57:52 2023 rev:2 rq:1084221 version:0.31.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-binary-memcached/python-python-binary-memcached.changes 2022-10-03 15:59:32.226975686 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-binary-memcached.new.1533/python-python-binary-memcached.changes 2023-05-03 12:57:55.628061593 +0200 @@ -1,0 +2,7 @@ +Wed May 3 09:07:48 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 0.31.2: + * Remove setup's.py dependency on m2r +- drop drop-m2r-dependency.patch (upstream) + +------------------------------------------------------------------- Old: ---- drop-m2r-dependency.patch python-binary-memcached-0.31.1.tar.gz New: ---- python-binary-memcached-0.31.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-binary-memcached.spec ++++++ --- /var/tmp/diff_new_pack.RXN4l0/_old 2023-05-03 12:57:57.664073556 +0200 +++ /var/tmp/diff_new_pack.RXN4l0/_new 2023-05-03 12:57:57.672073603 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-python-binary-memcached # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-python-binary-memcached -Version: 0.31.1 +Version: 0.31.2 Release: 0 Summary: Access memcached via its binary protocol with SASL auth support License: MIT Group: Development/Languages/Python URL: https://github.com/jaysonsantos/python-binary-memcached Source: https://files.pythonhosted.org/packages/source/p/python-binary-memcached/python-binary-memcached-%{version}.tar.gz -Patch1: drop-m2r-dependency.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} @@ -44,7 +43,6 @@ %prep %setup -q -n python-binary-memcached-%{version} -%patch1 -p1 %build %python_build ++++++ python-binary-memcached-0.31.1.tar.gz -> python-binary-memcached-0.31.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/CHANGELOG.md new/python-binary-memcached-0.31.2/CHANGELOG.md --- old/python-binary-memcached-0.31.1/CHANGELOG.md 1970-01-01 01:00:00.000000000 +0100 +++ new/python-binary-memcached-0.31.2/CHANGELOG.md 2022-12-14 16:14:23.000000000 +0100 @@ -0,0 +1,56 @@ +## v0.31.2 (2022-12-14) + +### Fix + +- Remove setup's.py dependency on m2r + +## v0.31.1 (2021-12-29) + +## v0.31.0 (2021-12-28) + +### Refactor + +- Use bytearrays for building up bytes for I/O. (#245) + +### Feat + +- Expose incr/decr `default` and `time` protocol arguments in client class (#243) + +## v0.30.1 (2020-10-11) + +## v0.30.0 (2020-08-18) + +- Add ability to return default value on get but breaking get's API +- Support an arbitrary collection of keys, not just a list + +## v0.30 (2020-06-10) + +## v0.29.0 (2020-01-29) +- added TLS support on #211 thanks to @moisesguimaraes! + +## v0.28.0 (2018-10-02) + +- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps backward compatibility* +- added DistributedClient to distribute keys over servers using consistent hashing + +## v0.27.0 (2018-08-10) + +## 0.26.1 (2017-07-18) + +## 0.26.0 (2017-01-13) + +## 0.25.0 (2016-12-15) + +## 0.24.7 (2016-11-08) + +## 0.24.2 (2014-05-27) + +## 0.24.1 (2014-05-20) + +## 0.24 (2014-04-28) + +## 0.23 (2014-04-18) + +## v0.18 (2013-05-06) + +## v0.17 (2013-04-15) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/MANIFEST.in new/python-binary-memcached-0.31.2/MANIFEST.in --- old/python-binary-memcached-0.31.1/MANIFEST.in 2021-12-28 16:19:38.000000000 +0100 +++ new/python-binary-memcached-0.31.2/MANIFEST.in 2022-12-14 16:04:51.000000000 +0100 @@ -4,4 +4,4 @@ recursive-include tests * prune docs/_build include README.rst -include CHANGELOG.rst +include CHANGELOG.md diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/PKG-INFO new/python-binary-memcached-0.31.2/PKG-INFO --- old/python-binary-memcached-0.31.1/PKG-INFO 2021-12-29 09:32:17.267550200 +0100 +++ new/python-binary-memcached-0.31.2/PKG-INFO 2022-12-14 16:23:10.157042000 +0100 @@ -1,12 +1,10 @@ Metadata-Version: 2.1 Name: python-binary-memcached -Version: 0.31.1 +Version: 0.31.2 Summary: A pure python module to access memcached via its binary protocol with SASL auth support Home-page: https://github.com/jaysonsantos/python-binary-memcached Author: Jayson Reis Author-email: santosdosr...@gmail.com -License: UNKNOWN -Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent @@ -104,82 +102,99 @@ .. _`pytest`: https://pypi.org/project/pytest/ .. _`tox`: https://pypi.org/project/tox/ +v0.31.2 (2022-12-14) +==================== + +Fix +--- + +- Remove setupâs.py dependency on m2r v0.31.1 (2021-12-29) --------------------- +==================== v0.31.0 (2021-12-28) --------------------- +==================== Refactor -^^^^^^^^ - +-------- -* Use bytearrays for building up bytes for I/O. (#245) +- Use bytearrays for building up bytes for I/O. (#245) Feat -^^^^ +---- - -* Expose incr/decr ``default`` and ``time`` protocol arguments in client class (#243) +- Expose incr/decr ``default`` and ``time`` protocol arguments in + client class (#243) v0.30.1 (2020-10-11) --------------------- +==================== v0.30.0 (2020-08-18) --------------------- - +==================== -* Add ability to return default value on get but breaking get's API -* Support an arbitrary collection of keys, not just a list +- Add ability to return default value on get but breaking getâs API +- Support an arbitrary collection of keys, not just a list v0.30 (2020-06-10) ------------------- +================== v0.29.0 (2020-01-29) --------------------- +==================== - -* added TLS support on #211 thanks to @moisesguimaraes! +- added TLS support on #211 thanks to @moisesguimaraes! v0.28.0 (2018-10-02) --------------------- - +==================== -* moved bmemcached.Client to bmemcached.ReplicantClient *but keeps backward compatibility* -* added DistributedClient to distribute keys over servers using consistent hashing +- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps + backward compatibility* +- added DistributedClient to distribute keys over servers using + consistent hashing v0.27.0 (2018-08-10) --------------------- +==================== 0.26.1 (2017-07-18) -------------------- +=================== + +.. _section-1: 0.26.0 (2017-01-13) -------------------- +=================== + +.. _section-2: 0.25.0 (2016-12-15) -------------------- +=================== + +.. _section-3: 0.24.7 (2016-11-08) -------------------- +=================== + +.. _section-4: 0.24.2 (2014-05-27) -------------------- +=================== + +.. _section-5: 0.24.1 (2014-05-20) -------------------- +=================== + +.. _section-6: 0.24 (2014-04-28) ------------------ +================= + +.. _section-7: 0.23 (2014-04-18) ------------------ +================= v0.18 (2013-05-06) ------------------- +================== v0.17 (2013-04-15) ------------------- - - +================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/README.rst new/python-binary-memcached-0.31.2/README.rst --- old/python-binary-memcached-0.31.1/README.rst 2021-12-28 16:19:38.000000000 +0100 +++ new/python-binary-memcached-0.31.2/README.rst 2022-12-14 16:20:59.000000000 +0100 @@ -82,3 +82,100 @@ .. _`pytest`: https://pypi.org/project/pytest/ .. _`tox`: https://pypi.org/project/tox/ + +v0.31.2 (2022-12-14) +==================== + +Fix +--- + +- Remove setupâs.py dependency on m2r + +v0.31.1 (2021-12-29) +==================== + +v0.31.0 (2021-12-28) +==================== + +Refactor +-------- + +- Use bytearrays for building up bytes for I/O. (#245) + +Feat +---- + +- Expose incr/decr ``default`` and ``time`` protocol arguments in + client class (#243) + +v0.30.1 (2020-10-11) +==================== + +v0.30.0 (2020-08-18) +==================== + +- Add ability to return default value on get but breaking getâs API +- Support an arbitrary collection of keys, not just a list + +v0.30 (2020-06-10) +================== + +v0.29.0 (2020-01-29) +==================== + +- added TLS support on #211 thanks to @moisesguimaraes! + +v0.28.0 (2018-10-02) +==================== + +- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps + backward compatibility* +- added DistributedClient to distribute keys over servers using + consistent hashing + +v0.27.0 (2018-08-10) +==================== + +0.26.1 (2017-07-18) +=================== + +.. _section-1: + +0.26.0 (2017-01-13) +=================== + +.. _section-2: + +0.25.0 (2016-12-15) +=================== + +.. _section-3: + +0.24.7 (2016-11-08) +=================== + +.. _section-4: + +0.24.2 (2014-05-27) +=================== + +.. _section-5: + +0.24.1 (2014-05-20) +=================== + +.. _section-6: + +0.24 (2014-04-28) +================= + +.. _section-7: + +0.23 (2014-04-18) +================= + +v0.18 (2013-05-06) +================== + +v0.17 (2013-04-15) +================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/docs/conf.py new/python-binary-memcached-0.31.2/docs/conf.py --- old/python-binary-memcached-0.31.1/docs/conf.py 2021-12-29 09:31:32.000000000 +0100 +++ new/python-binary-memcached-0.31.2/docs/conf.py 2022-12-14 16:14:23.000000000 +0100 @@ -52,7 +52,7 @@ # The short X.Y version. version = '0.31' # The full version, including alpha/beta/rc tags. -release = '0.31.1' +release = '0.31.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/docs/intro.rst new/python-binary-memcached-0.31.2/docs/intro.rst --- old/python-binary-memcached-0.31.1/docs/intro.rst 2021-12-28 16:19:38.000000000 +0100 +++ new/python-binary-memcached-0.31.2/docs/intro.rst 2022-12-14 16:20:59.000000000 +0100 @@ -82,3 +82,100 @@ .. _`pytest`: https://pypi.org/project/pytest/ .. _`tox`: https://pypi.org/project/tox/ + +v0.31.2 (2022-12-14) +==================== + +Fix +--- + +- Remove setupâs.py dependency on m2r + +v0.31.1 (2021-12-29) +==================== + +v0.31.0 (2021-12-28) +==================== + +Refactor +-------- + +- Use bytearrays for building up bytes for I/O. (#245) + +Feat +---- + +- Expose incr/decr ``default`` and ``time`` protocol arguments in + client class (#243) + +v0.30.1 (2020-10-11) +==================== + +v0.30.0 (2020-08-18) +==================== + +- Add ability to return default value on get but breaking getâs API +- Support an arbitrary collection of keys, not just a list + +v0.30 (2020-06-10) +================== + +v0.29.0 (2020-01-29) +==================== + +- added TLS support on #211 thanks to @moisesguimaraes! + +v0.28.0 (2018-10-02) +==================== + +- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps + backward compatibility* +- added DistributedClient to distribute keys over servers using + consistent hashing + +v0.27.0 (2018-08-10) +==================== + +0.26.1 (2017-07-18) +=================== + +.. _section-1: + +0.26.0 (2017-01-13) +=================== + +.. _section-2: + +0.25.0 (2016-12-15) +=================== + +.. _section-3: + +0.24.7 (2016-11-08) +=================== + +.. _section-4: + +0.24.2 (2014-05-27) +=================== + +.. _section-5: + +0.24.1 (2014-05-20) +=================== + +.. _section-6: + +0.24 (2014-04-28) +================= + +.. _section-7: + +0.23 (2014-04-18) +================= + +v0.18 (2013-05-06) +================== + +v0.17 (2013-04-15) +================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/python_binary_memcached.egg-info/PKG-INFO new/python-binary-memcached-0.31.2/python_binary_memcached.egg-info/PKG-INFO --- old/python-binary-memcached-0.31.1/python_binary_memcached.egg-info/PKG-INFO 2021-12-29 09:32:17.000000000 +0100 +++ new/python-binary-memcached-0.31.2/python_binary_memcached.egg-info/PKG-INFO 2022-12-14 16:23:10.000000000 +0100 @@ -1,12 +1,10 @@ Metadata-Version: 2.1 Name: python-binary-memcached -Version: 0.31.1 +Version: 0.31.2 Summary: A pure python module to access memcached via its binary protocol with SASL auth support Home-page: https://github.com/jaysonsantos/python-binary-memcached Author: Jayson Reis Author-email: santosdosr...@gmail.com -License: UNKNOWN -Platform: UNKNOWN Classifier: Development Status :: 4 - Beta Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent @@ -104,82 +102,99 @@ .. _`pytest`: https://pypi.org/project/pytest/ .. _`tox`: https://pypi.org/project/tox/ +v0.31.2 (2022-12-14) +==================== + +Fix +--- + +- Remove setupâs.py dependency on m2r v0.31.1 (2021-12-29) --------------------- +==================== v0.31.0 (2021-12-28) --------------------- +==================== Refactor -^^^^^^^^ - +-------- -* Use bytearrays for building up bytes for I/O. (#245) +- Use bytearrays for building up bytes for I/O. (#245) Feat -^^^^ +---- - -* Expose incr/decr ``default`` and ``time`` protocol arguments in client class (#243) +- Expose incr/decr ``default`` and ``time`` protocol arguments in + client class (#243) v0.30.1 (2020-10-11) --------------------- +==================== v0.30.0 (2020-08-18) --------------------- - +==================== -* Add ability to return default value on get but breaking get's API -* Support an arbitrary collection of keys, not just a list +- Add ability to return default value on get but breaking getâs API +- Support an arbitrary collection of keys, not just a list v0.30 (2020-06-10) ------------------- +================== v0.29.0 (2020-01-29) --------------------- +==================== - -* added TLS support on #211 thanks to @moisesguimaraes! +- added TLS support on #211 thanks to @moisesguimaraes! v0.28.0 (2018-10-02) --------------------- - +==================== -* moved bmemcached.Client to bmemcached.ReplicantClient *but keeps backward compatibility* -* added DistributedClient to distribute keys over servers using consistent hashing +- moved bmemcached.Client to bmemcached.ReplicantClient *but keeps + backward compatibility* +- added DistributedClient to distribute keys over servers using + consistent hashing v0.27.0 (2018-08-10) --------------------- +==================== 0.26.1 (2017-07-18) -------------------- +=================== + +.. _section-1: 0.26.0 (2017-01-13) -------------------- +=================== + +.. _section-2: 0.25.0 (2016-12-15) -------------------- +=================== + +.. _section-3: 0.24.7 (2016-11-08) -------------------- +=================== + +.. _section-4: 0.24.2 (2014-05-27) -------------------- +=================== + +.. _section-5: 0.24.1 (2014-05-20) -------------------- +=================== + +.. _section-6: 0.24 (2014-04-28) ------------------ +================= + +.. _section-7: 0.23 (2014-04-18) ------------------ +================= v0.18 (2013-05-06) ------------------- +================== v0.17 (2013-04-15) ------------------- - - +================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/python_binary_memcached.egg-info/SOURCES.txt new/python-binary-memcached-0.31.2/python_binary_memcached.egg-info/SOURCES.txt --- old/python-binary-memcached-0.31.1/python_binary_memcached.egg-info/SOURCES.txt 2021-12-29 09:32:17.000000000 +0100 +++ new/python-binary-memcached-0.31.2/python_binary_memcached.egg-info/SOURCES.txt 2022-12-14 16:23:10.000000000 +0100 @@ -1,3 +1,4 @@ +CHANGELOG.md LICENSE MANIFEST.in README.rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-binary-memcached-0.31.1/setup.py new/python-binary-memcached-0.31.2/setup.py --- old/python-binary-memcached-0.31.1/setup.py 2021-12-29 09:31:32.000000000 +0100 +++ new/python-binary-memcached-0.31.2/setup.py 2022-12-14 16:14:23.000000000 +0100 @@ -2,7 +2,6 @@ import sys from setuptools import setup -from m2r import convert def read(filename): @@ -15,13 +14,11 @@ setup( name="python-binary-memcached", - version="0.31.1", + version="0.31.2", author="Jayson Reis", author_email="santosdosr...@gmail.com", description="A pure python module to access memcached via its binary protocol with SASL auth support", - long_description="{0}\n{1}".format( - read("README.rst"), convert(read("CHANGELOG.md")) - ), + long_description=read("README.rst"), url="https://github.com/jaysonsantos/python-binary-memcached", packages=["bmemcached", "bmemcached.client"], classifiers=[