From 3a2d7292c280dda79505312fce3e09fb877f4c38 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Wed, 19 Jan 2022 15:40:13 +0000 Subject: [PATCH] pypi-frozenlist: Autospec creation for update from version 1.2.0 to version 1.3.0 1.3.0 (2022-01-18) ================== Bugfixes -------- - Do not install C sources with binary distributions. `#250 `_ Deprecations and Removals ------------------------- - Dropped Python 3.6 support `#274 `_ (NEWS truncated at 15 lines) --- ChangeLog | 20 ++++++++++++++++++++ Makefile | 2 +- options.conf | 2 +- pypi-frozenlist.spec | 19 ++++++++----------- release | 2 +- upstream | 2 +- versions | 2 +- 7 files changed, 33 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 80b0cbc..8a23f7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,26 @@ Changelog .. towncrier release notes start +1.3.0 (2022-01-18) +================== + +Bugfixes +-------- + +- Do not install C sources with binary distributions. + `#250 `_ + + +Deprecations and Removals +------------------------- + +- Dropped Python 3.6 support + `#274 `_ + + +---- + + 1.2.0 (2021-10-16) ================== diff --git a/Makefile b/Makefile index 6bc6a99..deb735c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-frozenlist -URL = https://files.pythonhosted.org/packages/5c/ee/7c6287928ba776567603248e160387cf4143641ecf734e393ad9b2c82475/frozenlist-1.2.0.tar.gz +URL = https://files.pythonhosted.org/packages/f4/f7/8dfeb76d2a52bcea2b0718427af954ffec98be1d34cd8f282034b3e36829/frozenlist-1.3.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 78d1315..1577174 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-frozenlist -url = https://files.pythonhosted.org/packages/5c/ee/7c6287928ba776567603248e160387cf4143641ecf734e393ad9b2c82475/frozenlist-1.2.0.tar.gz +url = https://files.pythonhosted.org/packages/f4/f7/8dfeb76d2a52bcea2b0718427af954ffec98be1d34cd8f282034b3e36829/frozenlist-1.3.0.tar.gz archives = giturl = domain = diff --git a/pypi-frozenlist.spec b/pypi-frozenlist.spec index c7ad6a3..736aff2 100644 --- a/pypi-frozenlist.spec +++ b/pypi-frozenlist.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-frozenlist -Version : 1.2.0 -Release : 3 -URL : https://files.pythonhosted.org/packages/5c/ee/7c6287928ba776567603248e160387cf4143641ecf734e393ad9b2c82475/frozenlist-1.2.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/5c/ee/7c6287928ba776567603248e160387cf4143641ecf734e393ad9b2c82475/frozenlist-1.2.0.tar.gz +Version : 1.3.0 +Release : 4 +URL : https://files.pythonhosted.org/packages/f4/f7/8dfeb76d2a52bcea2b0718427af954ffec98be1d34cd8f282034b3e36829/frozenlist-1.3.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/f4/f7/8dfeb76d2a52bcea2b0718427af954ffec98be1d34cd8f282034b3e36829/frozenlist-1.3.0.tar.gz Summary : A list-like structure which implements collections.abc.MutableSequence Group : Development/Tools License : Apache-2.0 @@ -14,9 +14,6 @@ Requires: pypi-frozenlist-license = %{version}-%{release} Requires: pypi-frozenlist-python = %{version}-%{release} Requires: pypi-frozenlist-python3 = %{version}-%{release} BuildRequires : buildreq-distutils3 -Provides: frozenlist -Provides: frozenlist-python -Provides: frozenlist-python3 BuildRequires : pypi(setuptools) BuildRequires : pypi(wheel) @@ -56,15 +53,15 @@ python3 components for the pypi-frozenlist package. %prep -%setup -q -n frozenlist-1.2.0 -cd %{_builddir}/frozenlist-1.2.0 +%setup -q -n frozenlist-1.3.0 +cd %{_builddir}/frozenlist-1.3.0 %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=1641436979 +export SOURCE_DATE_EPOCH=1642606809 export GCC_IGNORE_WERROR=1 export AR=gcc-ar export RANLIB=gcc-ranlib @@ -80,7 +77,7 @@ python3 -m build --wheel --skip-dependency-check --no-isolation export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-frozenlist -cp %{_builddir}/frozenlist-1.2.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-frozenlist/2da4a3eea24ffca0a87562a6bff54344c074a108 +cp %{_builddir}/frozenlist-1.3.0/LICENSE %{buildroot}/usr/share/package-licenses/pypi-frozenlist/2da4a3eea24ffca0a87562a6bff54344c074a108 pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index 00750ed..b8626c4 100644 --- a/release +++ b/release @@ -1 +1 @@ -3 +4 diff --git a/upstream b/upstream index 70c7c15..626c1db 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -76ce615874339dc96e2389c5fdb9124d81820626/frozenlist-1.2.0.tar.gz +0a15ad58d47bdeeb0bb0effb734886e94395bf82/frozenlist-1.3.0.tar.gz diff --git a/versions b/versions index 26aaba0..f0bb29e 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -1.2.0 +1.3.0