From ce6c1dab86fbd98396d166d2a3d2dbb3ac83904a Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 7 Oct 2023 10:35:37 -0700 Subject: [PATCH 1/3] Makefile (dist): Use pypa/build for building sdist --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7e4764d..fa8dc522 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,9 @@ install: configure $(PIP) install --no-build-isolation --no-index --ignore-installed --no-deps . dist: configure + $(PIP) install build chmod -R go+rX-w . - umask 0022 && $(PYTHON) setup.py sdist --formats=gztar + umask 0022 && $(PYTHON) -m build --sdist doc: install cd docs && $(MAKE) html From 86db754801ec5f38a99e0746450601268136c90c Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 7 Oct 2023 10:36:02 -0700 Subject: [PATCH 2/3] .github/workflows/wheels.yml: Make sure that sdist contains the configure script --- .github/workflows/wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 6f98ee15..12771d1e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -22,8 +22,7 @@ jobs: - uses: actions/setup-python@v4 - name: make sdist run: | - python3 -m pip install build - python3 -m build --sdist + make dist - uses: actions/upload-artifact@v3 with: path: "dist/*.tar.gz" From 279ca0c8e0aa812879eb8b68eed1c3b4f1456c9f Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 7 Oct 2023 10:37:38 -0700 Subject: [PATCH 3/3] README.rst, VERSION: Prepare release 1.11.4 --- README.rst | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6a4f11a6..81e6be1b 100644 --- a/README.rst +++ b/README.rst @@ -43,6 +43,12 @@ Links Changelog --------- +1.11.4 (2023-10-07) +^^^^^^^^^^^^^^^^^^^ + +* Include generated `configure` script in the sdist again. + + 1.11.3 (2023-10-04) ^^^^^^^^^^^^^^^^^^^ diff --git a/VERSION b/VERSION index c30f0527..3d0e6231 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.4a0.dev0 +1.11.4