Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gcsfs for openSUSE:Factory 
checked in at 2022-02-01 14:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gcsfs (Old)
 and      /work/SRC/openSUSE:Factory/.python-gcsfs.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gcsfs"

Tue Feb  1 14:02:45 2022 rev:8 rq:948798 version:2022.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gcsfs/python-gcsfs.changes        
2022-01-09 00:48:06.908527087 +0100
+++ /work/SRC/openSUSE:Factory/.python-gcsfs.new.1898/python-gcsfs.changes      
2022-02-01 14:03:11.611975468 +0100
@@ -1,0 +2,6 @@
+Mon Jan 24 17:20:26 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2022.01.0
+  * update refname for versions (#442)
+
+-------------------------------------------------------------------

Old:
----
  gcsfs-2021.11.1-gh.tar.gz

New:
----
  gcsfs-2022.01.0-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-gcsfs.spec ++++++
--- /var/tmp/diff_new_pack.S4TOrT/_old  2022-02-01 14:03:12.139971848 +0100
+++ /var/tmp/diff_new_pack.S4TOrT/_new  2022-02-01 14:03:12.147971793 +0100
@@ -16,21 +16,20 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 # the test suite moved to a docker simulator which we cannot run inside an obs 
environment
 %bcond_with fulltest
 %define         skip_python2 1
-%define         skip_python36 1
-%define         ghversiontag 2021.11.1
+%define         ghversiontag 2022.01.0
 Name:           python-gcsfs
-Version:        2021.11.1
+Version:        2022.1.0
 Release:        0
 Summary:        Filesystem interface over GCS
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/fsspec/gcsfs
 # Use the GitHub tarball for test data
-Source:         
https://github.com/fsspec/gcsfs/archive/refs/tags/%{ghversiontag}.tar.gz#/gcsfs-%{version}-gh.tar.gz
+Source:         
https://github.com/fsspec/gcsfs/archive/refs/tags/%{ghversiontag}.tar.gz#/gcsfs-%{ghversiontag}-gh.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -96,7 +95,7 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/gcsfs-%{version}-*-info
+%{python_sitelib}/gcsfs-%{version}*-info
 %{python_sitelib}/gcsfs/
 %exclude %{python_sitelib}/gcsfs/cli/
 

++++++ gcsfs-2021.11.1-gh.tar.gz -> gcsfs-2022.01.0-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2021.11.1/docs/source/changelog.rst 
new/gcsfs-2022.01.0/docs/source/changelog.rst
--- old/gcsfs-2021.11.1/docs/source/changelog.rst       2021-11-26 
22:32:48.000000000 +0100
+++ new/gcsfs-2022.01.0/docs/source/changelog.rst       2022-01-12 
16:43:26.000000000 +0100
@@ -1,6 +1,11 @@
 Changelog
 =========
 
+2022.01.0
+---------
+
+* update refname for versions (#442)
+
 2021.11.1
 ---------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2021.11.1/gcsfs/_version.py 
new/gcsfs-2022.01.0/gcsfs/_version.py
--- old/gcsfs-2021.11.1/gcsfs/_version.py       2021-11-26 22:32:48.000000000 
+0100
+++ new/gcsfs-2022.01.0/gcsfs/_version.py       2022-01-12 16:43:26.000000000 
+0100
@@ -22,9 +22,9 @@
     # setup.py/versioneer.py will grep for the variable names, so they must
     # each be defined on a line of their own. _version.py will just call
     # get_keywords().
-    git_refnames = " (HEAD -> main, tag: 2021.11.1)"
-    git_full = "85e2ee2abfa429f3c10cc08dcda8ed30db8ab3b5"
-    git_date = "2021-11-26 16:32:48 -0500"
+    git_refnames = "2022.01.0"
+    git_full = "fd67c7d1b6ca9db83a0deadd1557470c37b0836a"
+    git_date = "2022-01-12 10:43:26 -0500"
     keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
     return keywords
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gcsfs-2021.11.1/requirements.txt 
new/gcsfs-2022.01.0/requirements.txt
--- old/gcsfs-2021.11.1/requirements.txt        2021-11-26 22:32:48.000000000 
+0100
+++ new/gcsfs-2022.01.0/requirements.txt        2022-01-12 16:43:26.000000000 
+0100
@@ -3,5 +3,5 @@
 google-cloud-storage
 requests
 decorator>4.1.2
-fsspec==2021.11.1
+fsspec==2022.01.0
 aiohttp<4

Reply via email to