Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xxhash for openSUSE:Factory checked in at 2021-10-20 20:23:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xxhash (Old) and /work/SRC/openSUSE:Factory/.python-xxhash.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xxhash" Wed Oct 20 20:23:19 2021 rev:9 rq:925628 version:2.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xxhash/python-xxhash.changes 2020-08-25 12:41:03.561440390 +0200 +++ /work/SRC/openSUSE:Factory/.python-xxhash.new.1890/python-xxhash.changes 2021-10-20 20:24:01.905368722 +0200 @@ -1,0 +2,13 @@ +Fri Aug 27 12:21:23 UTC 2021 - pgaj...@suse.com + +- %check: use %pyunittest rpm macro + +------------------------------------------------------------------- +Thu Aug 26 11:46:32 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to 2.0.2 + * Fix Travis CI OSX dpl python2.7 get-pip.py error +- from version 2.0.1 + * Only to trigger Python 3.9 wheels building + +------------------------------------------------------------------- Old: ---- xxhash-2.0.0.tar.gz New: ---- xxhash-2.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xxhash.spec ++++++ --- /var/tmp/diff_new_pack.mTu5vB/_old 2021-10-20 20:24:02.381369015 +0200 +++ /var/tmp/diff_new_pack.mTu5vB/_new 2021-10-20 20:24:02.381369015 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-xxhash # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xxhash -Version: 2.0.0 +Version: 2.0.2 Release: 0 Summary: Python binding for xxHash License: BSD-2-Clause @@ -52,7 +52,9 @@ %check export LANG=en_US.UTF-8 export XXHASH_LINK_SO=1 -%python_exec setup.py test +mv xxhash{,.hide} +%pyunittest_arch discover -v +mv xxhash{.hide,} %files %{python_files} %doc README.rst ++++++ xxhash-2.0.0.tar.gz -> xxhash-2.0.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xxhash-2.0.0/CHANGELOG.rst new/xxhash-2.0.2/CHANGELOG.rst --- old/xxhash-2.0.0/CHANGELOG.rst 2020-08-03 16:33:19.000000000 +0200 +++ new/xxhash-2.0.2/CHANGELOG.rst 2021-04-14 20:00:35.000000000 +0200 @@ -1,6 +1,16 @@ CHANGELOG ----------- +v2.0.2 2021-04-15 +~~~~~~~~~~~~~~~~~ + +- Fix Travis CI OSX dpl python2.7 get-pip.py error + +v2.0.1 2021-04-15 +~~~~~~~~~~~~~~~~~ + +- Only to trigger Python 3.9 wheels building. + v2.0.0 2020-08-03 ~~~~~~~~~~~~~~~~~ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xxhash-2.0.0/LICENSE new/xxhash-2.0.2/LICENSE --- old/xxhash-2.0.0/LICENSE 2020-08-03 16:33:19.000000000 +0200 +++ new/xxhash-2.0.2/LICENSE 2021-04-14 20:00:35.000000000 +0200 @@ -1,4 +1,4 @@ -Copyright (c) 2014-2019, Yue Du +Copyright (c) 2014-2020, Yue Du All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xxhash-2.0.0/PKG-INFO new/xxhash-2.0.2/PKG-INFO --- old/xxhash-2.0.0/PKG-INFO 2020-08-03 16:36:32.000000000 +0200 +++ new/xxhash-2.0.2/PKG-INFO 2021-04-14 20:02:38.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: xxhash -Version: 2.0.0 +Version: 2.0.2 Summary: Python binding for xxHash Home-page: https://github.com/ifduyue/python-xxhash Author: Yue Du @@ -291,6 +291,16 @@ CHANGELOG ----------- + v2.0.2 2021-04-15 + ~~~~~~~~~~~~~~~~~ + + - Fix Travis CI OSX dpl python2.7 get-pip.py error + + v2.0.1 2021-04-15 + ~~~~~~~~~~~~~~~~~ + + - Only to trigger Python 3.9 wheels building. + v2.0.0 2020-08-03 ~~~~~~~~~~~~~~~~~ @@ -459,6 +469,7 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.* Description-Content-Type: text/x-rst diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xxhash-2.0.0/setup.py new/xxhash-2.0.2/setup.py --- old/xxhash-2.0.0/setup.py 2020-08-03 16:33:19.000000000 +0200 +++ new/xxhash-2.0.2/setup.py 2021-04-14 20:00:35.000000000 +0200 @@ -64,6 +64,7 @@ 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: Implementation :: CPython', ], python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xxhash-2.0.0/xxhash/__init__.py new/xxhash-2.0.2/xxhash/__init__.py --- old/xxhash-2.0.0/xxhash/__init__.py 2020-08-03 16:33:19.000000000 +0200 +++ new/xxhash-2.0.2/xxhash/__init__.py 2021-04-14 20:00:35.000000000 +0200 @@ -18,7 +18,7 @@ XXHASH_VERSION, ) -VERSION = "2.0.0" +VERSION = "2.0.2" xxh128 = xxh3_128 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xxhash-2.0.0/xxhash.egg-info/PKG-INFO new/xxhash-2.0.2/xxhash.egg-info/PKG-INFO --- old/xxhash-2.0.0/xxhash.egg-info/PKG-INFO 2020-08-03 16:36:32.000000000 +0200 +++ new/xxhash-2.0.2/xxhash.egg-info/PKG-INFO 2021-04-14 20:02:38.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: xxhash -Version: 2.0.0 +Version: 2.0.2 Summary: Python binding for xxHash Home-page: https://github.com/ifduyue/python-xxhash Author: Yue Du @@ -291,6 +291,16 @@ CHANGELOG ----------- + v2.0.2 2021-04-15 + ~~~~~~~~~~~~~~~~~ + + - Fix Travis CI OSX dpl python2.7 get-pip.py error + + v2.0.1 2021-04-15 + ~~~~~~~~~~~~~~~~~ + + - Only to trigger Python 3.9 wheels building. + v2.0.0 2020-08-03 ~~~~~~~~~~~~~~~~~ @@ -459,6 +469,7 @@ Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.* Description-Content-Type: text/x-rst