Skip to content

Commit

Permalink
pypi-diffusers: Autospec creation for update from version 0.32.0 to v…
Browse files Browse the repository at this point in the history
…ersion 0.32.1

Aryan (2):
      Fix TorchAO related bugs; revert device_map changes (#10371)
      Release: v0.32.1

Sayak Paul (1):
      fix test pypi installation in the release workflow (#10360)

YiYi Xu (1):
      make style for huggingface/diffusers#10368 (#10370)
  • Loading branch information
fenrus75 committed Dec 25, 2024
1 parent 559fab8 commit 7f3c156
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-diffusers
URL = https://files.pythonhosted.org/packages/12/fa/48b5be99873a1e5916663c0baab408cb5b74b0a060854e5ff06b54b7630c/diffusers-0.32.0.tar.gz
URL = https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.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-diffusers
url = https://files.pythonhosted.org/packages/12/fa/48b5be99873a1e5916663c0baab408cb5b74b0a060854e5ff06b54b7630c/diffusers-0.32.0.tar.gz
url = https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.1.tar.gz
archives =
giturl = https://github.com/huggingface/diffusers/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-diffusers.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# autospec commit: 5424026
#
Name : pypi-diffusers
Version : 0.32.0
Release : 61
URL : https://files.pythonhosted.org/packages/12/fa/48b5be99873a1e5916663c0baab408cb5b74b0a060854e5ff06b54b7630c/diffusers-0.32.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/12/fa/48b5be99873a1e5916663c0baab408cb5b74b0a060854e5ff06b54b7630c/diffusers-0.32.0.tar.gz
Version : 0.32.1
Release : 62
URL : https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/bb/b3/c43ace020b7475df034eb1ef4c544f51ee40b71ea87f87f9992821b06a95/diffusers-0.32.1.tar.gz
Summary : State-of-the-art diffusion in PyTorch and JAX.
Group : Development/Tools
License : Apache-2.0
Expand Down Expand Up @@ -73,18 +73,18 @@ python3 components for the pypi-diffusers package.


%prep
%setup -q -n diffusers-0.32.0
cd %{_builddir}/diffusers-0.32.0
%setup -q -n diffusers-0.32.1
cd %{_builddir}/diffusers-0.32.1
pushd ..
cp -a diffusers-0.32.0 buildavx2
cp -a diffusers-0.32.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=1735095270
export SOURCE_DATE_EPOCH=1735144939
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 @@
61
62
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
219e0350c36f358fb851a23b1d3e0beda843ce72/diffusers-0.32.0.tar.gz
a479274fc57717c51fee4ee0d96db3ba944102ba/diffusers-0.32.1.tar.gz

0 comments on commit 7f3c156

Please sign in to comment.