Skip to content

Commit

Permalink
pypi-fsspec: Autospec creation for update from version 2024.3.0 to ve…
Browse files Browse the repository at this point in the history
…rsion 2024.3.1

commit efbe1e4c23a06e65b3df6a82f28fc49bab0dbd78
Author: Martin Durant <martindurant@users.noreply.github.com>
Date:   Mon Mar 18 15:42:28 2024 -0400

    changelog (#864)

commit 5cf759d2e670eb4cb79d978491bf42ed0eff23a5
Author: Ivan Shcheklein <shcheklein@gmail.com>
Date:   Mon Mar 18 07:40:19 2024 -0700

    fix(core): accept kwargs in get file (#863)

    Fixes iterative/dvc-s3#80
  • Loading branch information
fenrus75 committed Mar 19, 2024
1 parent 7660d8e commit 54ca66d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -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 =
Expand Down
16 changes: 8 additions & 8 deletions pypi-fsspec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,18 +57,18 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55
56
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4e1f25ddb42fa3a4c451588dbd009c85b8d1b76f/fsspec-2024.3.0.tar.gz
0cfe91cba4180536ecb91b12735ed4672b10b72c/fsspec-2024.3.1.tar.gz

0 comments on commit 54ca66d

Please sign in to comment.