Skip to content

Commit

Permalink
pypi-griffe: Autospec creation for update from version 1.3.1 to versi…
Browse files Browse the repository at this point in the history
…on 1.3.2

commit acc8c6b61bee8e1beafb83970adfba5057b8051a
Author: Timothée Mazzucotelli <[email protected]>
Date:   Tue Oct 1 15:40:28 2024 +0200

    chore: Prepare release 1.3.2

commit 0821e6784e5a3aeb56020867c8b46f9477621ed3
Author: Timothée Mazzucotelli <[email protected]>
Date:   Tue Oct 1 15:28:00 2024 +0200

    fix: Normalize paths of temporary Git worktrees

    Issue-324: mkdocstrings/griffe#324
  • Loading branch information
fenrus75 committed Oct 1, 2024
1 parent 58b3a83 commit 3f88aef
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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-griffe
URL = https://files.pythonhosted.org/packages/ae/d1/dcd486d6d577cb12490c78cfa88679fb9b481b227807f14632ba9bd82245/griffe-1.3.1.tar.gz
URL = https://files.pythonhosted.org/packages/c2/37/813e72a3458fa3d996cf6bcc6a0caa919d16540f873366b0d328d51d684a/griffe-1.3.2.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-griffe
url = https://files.pythonhosted.org/packages/ae/d1/dcd486d6d577cb12490c78cfa88679fb9b481b227807f14632ba9bd82245/griffe-1.3.1.tar.gz
url = https://files.pythonhosted.org/packages/c2/37/813e72a3458fa3d996cf6bcc6a0caa919d16540f873366b0d328d51d684a/griffe-1.3.2.tar.gz
archives =
giturl = https://github.com/mkdocstrings/griffe/
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-griffe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v19
# autospec version: v20
# autospec commit: f35655a
#
Name : pypi-griffe
Version : 1.3.1
Release : 61
URL : https://files.pythonhosted.org/packages/ae/d1/dcd486d6d577cb12490c78cfa88679fb9b481b227807f14632ba9bd82245/griffe-1.3.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/ae/d1/dcd486d6d577cb12490c78cfa88679fb9b481b227807f14632ba9bd82245/griffe-1.3.1.tar.gz
Version : 1.3.2
Release : 62
URL : https://files.pythonhosted.org/packages/c2/37/813e72a3458fa3d996cf6bcc6a0caa919d16540f873366b0d328d51d684a/griffe-1.3.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/c2/37/813e72a3458fa3d996cf6bcc6a0caa919d16540f873366b0d328d51d684a/griffe-1.3.2.tar.gz
Summary : Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
Group : Development/Tools
License : ISC
Expand Down Expand Up @@ -59,18 +59,18 @@ python3 components for the pypi-griffe package.


%prep
%setup -q -n griffe-1.3.1
cd %{_builddir}/griffe-1.3.1
%setup -q -n griffe-1.3.2
cd %{_builddir}/griffe-1.3.2
pushd ..
cp -a griffe-1.3.1 buildavx2
cp -a griffe-1.3.2 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=1726149828
export SOURCE_DATE_EPOCH=1727791765
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 @@
877d2ee0226189a819371d8c87b7f430bda50271/griffe-1.3.1.tar.gz
7f813f9bf7432613929ebc00a7d1cb1b47e4dd53/griffe-1.3.2.tar.gz

0 comments on commit 3f88aef

Please sign in to comment.