From 54ca66da6d2a4eece58a43180acba5eb18e64375 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 19 Mar 2024 00:00:12 +0000 Subject: [PATCH] pypi-fsspec: Autospec creation for update from version 2024.3.0 to version 2024.3.1 commit efbe1e4c23a06e65b3df6a82f28fc49bab0dbd78 Author: Martin Durant Date: Mon Mar 18 15:42:28 2024 -0400 changelog (#864) commit 5cf759d2e670eb4cb79d978491bf42ed0eff23a5 Author: Ivan Shcheklein Date: Mon Mar 18 07:40:19 2024 -0700 fix(core): accept kwargs in get file (#863) Fixes https://github.com/iterative/dvc-s3/issues/80 --- Makefile | 2 +- options.conf | 2 +- pypi-fsspec.spec | 16 ++++++++-------- release | 2 +- upstream | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index fa4d766..8ba5950 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-fsspec -URL = https://files.pythonhosted.org/packages/54/57/ecad709ff03e636c90b93067d54a289da49cac97258b626929933e792fb1/fsspec-2024.3.0.tar.gz +URL = https://files.pythonhosted.org/packages/8b/b8/e3ba21f03c00c27adc9a8cd1cab8adfb37b6024757133924a9a4eab63a83/fsspec-2024.3.1.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 45c29b0..f9b8a40 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-fsspec -url = https://files.pythonhosted.org/packages/54/57/ecad709ff03e636c90b93067d54a289da49cac97258b626929933e792fb1/fsspec-2024.3.0.tar.gz +url = https://files.pythonhosted.org/packages/8b/b8/e3ba21f03c00c27adc9a8cd1cab8adfb37b6024757133924a9a4eab63a83/fsspec-2024.3.1.tar.gz archives = giturl = https://github.com/fsspec/s3fs/ domain = diff --git a/pypi-fsspec.spec b/pypi-fsspec.spec index 0695770..800d15c 100644 --- a/pypi-fsspec.spec +++ b/pypi-fsspec.spec @@ -6,10 +6,10 @@ # autospec commit: f4bef72 # Name : pypi-fsspec -Version : 2024.3.0 -Release : 55 -URL : https://files.pythonhosted.org/packages/54/57/ecad709ff03e636c90b93067d54a289da49cac97258b626929933e792fb1/fsspec-2024.3.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/54/57/ecad709ff03e636c90b93067d54a289da49cac97258b626929933e792fb1/fsspec-2024.3.0.tar.gz +Version : 2024.3.1 +Release : 56 +URL : https://files.pythonhosted.org/packages/8b/b8/e3ba21f03c00c27adc9a8cd1cab8adfb37b6024757133924a9a4eab63a83/fsspec-2024.3.1.tar.gz +Source0 : https://files.pythonhosted.org/packages/8b/b8/e3ba21f03c00c27adc9a8cd1cab8adfb37b6024757133924a9a4eab63a83/fsspec-2024.3.1.tar.gz Summary : File-system specification Group : Development/Tools License : BSD-3-Clause @@ -57,10 +57,10 @@ python3 components for the pypi-fsspec package. %prep -%setup -q -n fsspec-2024.3.0 -cd %{_builddir}/fsspec-2024.3.0 +%setup -q -n fsspec-2024.3.1 +cd %{_builddir}/fsspec-2024.3.1 pushd .. -cp -a fsspec-2024.3.0 buildavx2 +cp -a fsspec-2024.3.1 buildavx2 popd %build @@ -68,7 +68,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1710608934 +export SOURCE_DATE_EPOCH=1710806404 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib diff --git a/release b/release index c3f407c..f6b91e0 100644 --- a/release +++ b/release @@ -1 +1 @@ -55 +56 diff --git a/upstream b/upstream index 43d50e5..a99a327 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -4e1f25ddb42fa3a4c451588dbd009c85b8d1b76f/fsspec-2024.3.0.tar.gz +0cfe91cba4180536ecb91b12735ed4672b10b72c/fsspec-2024.3.1.tar.gz