Skip to content

Commit

Permalink
pypi-griffe: Autospec creation for update from version 0.45.1 to vers…
Browse files Browse the repository at this point in the history
…ion 0.45.2

commit 58b17425bace2072664fb654ba1077fb404b92dd
Author: Timothée Mazzucotelli <[email protected]>
Date:   Thu May 23 22:01:41 2024 +0200

    chore: Prepare release 0.45.2

commit 14d45e83d4a48c67b2347965351145cc78d7abe9
Author: Timothée Mazzucotelli <[email protected]>
Date:   Thu May 23 22:01:30 2024 +0200

    fix: Support setuptools' new editable modules using type annotations

    Issue-273: mkdocstrings/griffe#273
  • Loading branch information
fenrus75 committed May 26, 2024
1 parent 55897eb commit 950ec9e
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-griffe
URL = https://files.pythonhosted.org/packages/ae/07/d533e019f4ef37f38540efbceded89d97fd1f414102775c7a30535d343dc/griffe-0.45.1.tar.gz
URL = https://files.pythonhosted.org/packages/3b/03/b87202abe17eabc6bbdbfe80adf2cd294880e480c31b546444c9590d13ed/griffe-0.45.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/07/d533e019f4ef37f38540efbceded89d97fd1f414102775c7a30535d343dc/griffe-0.45.1.tar.gz
url = https://files.pythonhosted.org/packages/3b/03/b87202abe17eabc6bbdbfe80adf2cd294880e480c31b546444c9590d13ed/griffe-0.45.2.tar.gz
archives =
giturl = https://github.com/mkdocstrings/griffe/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-griffe.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
# autospec commit: 5905be9
#
Name : pypi-griffe
Version : 0.45.1
Release : 48
URL : https://files.pythonhosted.org/packages/ae/07/d533e019f4ef37f38540efbceded89d97fd1f414102775c7a30535d343dc/griffe-0.45.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/ae/07/d533e019f4ef37f38540efbceded89d97fd1f414102775c7a30535d343dc/griffe-0.45.1.tar.gz
Version : 0.45.2
Release : 49
URL : https://files.pythonhosted.org/packages/3b/03/b87202abe17eabc6bbdbfe80adf2cd294880e480c31b546444c9590d13ed/griffe-0.45.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/3b/03/b87202abe17eabc6bbdbfe80adf2cd294880e480c31b546444c9590d13ed/griffe-0.45.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-0.45.1
cd %{_builddir}/griffe-0.45.1
%setup -q -n griffe-0.45.2
cd %{_builddir}/griffe-0.45.2
pushd ..
cp -a griffe-0.45.1 buildavx2
cp -a griffe-0.45.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=1716089807
export SOURCE_DATE_EPOCH=1716748188
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 @@
48
49
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c3afb8027fd27df02d2b8823f6a1ebe02aaf2a62/griffe-0.45.1.tar.gz
4d694658294a1ef35b8b01533dd970265d9d36aa/griffe-0.45.2.tar.gz

0 comments on commit 950ec9e

Please sign in to comment.