Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit e22e0a9

Browse files
committed
pypi-diffusers: Autospec creation for update from version 0.30.1 to version 0.30.2
Dhruv Nair (1): Fix Flux CLIP prompt embeds repeat for num_images_per_prompt > 1 (#9280) YiYi Xu (1): update runway repo for single_file (#9323) Álvaro Somoza (2): [IP Adapter] Fix `cache_dir` and `local_files_only` for image encoder (#9272) Release: v0.30.2
1 parent df91755 commit e22e0a9

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-diffusers
2-
URL = https://files.pythonhosted.org/packages/bc/e7/d9c1aa608d29369ef88ba9572177e78a8a9a5e9c67304cba2a62607beaba/diffusers-0.30.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/04/ee/13a6327f04f21420ab4d8ada635aba7d884bf57b09f9b847b9af3818b348/diffusers-0.30.2.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-diffusers
3-
url = https://files.pythonhosted.org/packages/bc/e7/d9c1aa608d29369ef88ba9572177e78a8a9a5e9c67304cba2a62607beaba/diffusers-0.30.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/04/ee/13a6327f04f21420ab4d8ada635aba7d884bf57b09f9b847b9af3818b348/diffusers-0.30.2.tar.gz
44
archives =
55
giturl = https://github.com/huggingface/diffusers/
66
domain =

pypi-diffusers.spec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# autospec commit: f35655a
77
#
88
Name : pypi-diffusers
9-
Version : 0.30.1
10-
Release : 56
11-
URL : https://files.pythonhosted.org/packages/bc/e7/d9c1aa608d29369ef88ba9572177e78a8a9a5e9c67304cba2a62607beaba/diffusers-0.30.1.tar.gz
12-
Source0 : https://files.pythonhosted.org/packages/bc/e7/d9c1aa608d29369ef88ba9572177e78a8a9a5e9c67304cba2a62607beaba/diffusers-0.30.1.tar.gz
9+
Version : 0.30.2
10+
Release : 57
11+
URL : https://files.pythonhosted.org/packages/04/ee/13a6327f04f21420ab4d8ada635aba7d884bf57b09f9b847b9af3818b348/diffusers-0.30.2.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/04/ee/13a6327f04f21420ab4d8ada635aba7d884bf57b09f9b847b9af3818b348/diffusers-0.30.2.tar.gz
1313
Summary : State-of-the-art diffusion in PyTorch and JAX.
1414
Group : Development/Tools
1515
License : Apache-2.0
@@ -73,18 +73,18 @@ python3 components for the pypi-diffusers package.
7373

7474

7575
%prep
76-
%setup -q -n diffusers-0.30.1
77-
cd %{_builddir}/diffusers-0.30.1
76+
%setup -q -n diffusers-0.30.2
77+
cd %{_builddir}/diffusers-0.30.2
7878
pushd ..
79-
cp -a diffusers-0.30.1 buildavx2
79+
cp -a diffusers-0.30.2 buildavx2
8080
popd
8181

8282
%build
8383
export http_proxy=http://127.0.0.1:9/
8484
export https_proxy=http://127.0.0.1:9/
8585
export no_proxy=localhost,127.0.0.1,0.0.0.0
8686
export LANG=C.UTF-8
87-
export SOURCE_DATE_EPOCH=1724486934
87+
export SOURCE_DATE_EPOCH=1725294615
8888
export GCC_IGNORE_WERROR=1
8989
export AR=gcc-ar
9090
export RANLIB=gcc-ranlib

release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
56
1+
57

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3317a6f50d18b8f2b5d9f98a4f76c90b92f17505/diffusers-0.30.1.tar.gz
1+
8874998db6c64fa97343908ef0b96bb6f429481f/diffusers-0.30.2.tar.gz

0 commit comments

Comments
 (0)