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

Commit 24b0621

Browse files
committed
pypi-diffusers: Autospec creation for update from version 0.30.2 to version 0.30.3
Aryan (4): [core] Support VideoToVideo with CogVideoX (#9333) [core] CogVideoX memory optimizations in VAE encode (#9340) [refactor] move positional embeddings to patch embed layer for CogVideoX (#9263) Release: v0.30.3 Dhruv Nair (1): [CI] Quick fix for Cog Video Test (#9373) Yuxuan.Zhang (1): CogVideoX-5b-I2V support (#9418)
1 parent e22e0a9 commit 24b0621

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
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/04/ee/13a6327f04f21420ab4d8ada635aba7d884bf57b09f9b847b9af3818b348/diffusers-0.30.2.tar.gz
2+
URL = https://files.pythonhosted.org/packages/de/a9/a53a3d0c0a277a5002aa1e625d0e651b2957f901438052d8d47a97703883/diffusers-0.30.3.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/04/ee/13a6327f04f21420ab4d8ada635aba7d884bf57b09f9b847b9af3818b348/diffusers-0.30.2.tar.gz
3+
url = https://files.pythonhosted.org/packages/de/a9/a53a3d0c0a277a5002aa1e625d0e651b2957f901438052d8d47a97703883/diffusers-0.30.3.tar.gz
44
archives =
55
giturl = https://github.com/huggingface/diffusers/
66
domain =

pypi-diffusers.spec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
44
# Using build pattern: pyproject
5-
# autospec version: v18
5+
# autospec version: v19
66
# autospec commit: f35655a
77
#
88
Name : pypi-diffusers
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
9+
Version : 0.30.3
10+
Release : 58
11+
URL : https://files.pythonhosted.org/packages/de/a9/a53a3d0c0a277a5002aa1e625d0e651b2957f901438052d8d47a97703883/diffusers-0.30.3.tar.gz
12+
Source0 : https://files.pythonhosted.org/packages/de/a9/a53a3d0c0a277a5002aa1e625d0e651b2957f901438052d8d47a97703883/diffusers-0.30.3.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.2
77-
cd %{_builddir}/diffusers-0.30.2
76+
%setup -q -n diffusers-0.30.3
77+
cd %{_builddir}/diffusers-0.30.3
7878
pushd ..
79-
cp -a diffusers-0.30.2 buildavx2
79+
cp -a diffusers-0.30.3 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=1725294615
87+
export SOURCE_DATE_EPOCH=1726581482
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-
57
1+
58

upstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8874998db6c64fa97343908ef0b96bb6f429481f/diffusers-0.30.2.tar.gz
1+
4eb4eabc73b263ba9be844cf9f3045cfcdbbad56/diffusers-0.30.3.tar.gz

0 commit comments

Comments
 (0)