Skip to content

Commit

Permalink
pypi-frozenlist: Autospec creation for update from version 1.2.0 to v…
Browse files Browse the repository at this point in the history
…ersion 1.3.0

1.3.0 (2022-01-18)
==================

Bugfixes
--------

- Do not install C sources with binary distributions.
  `#250 <https://github.com/aio-libs/frozenlist/issues/250>`_

Deprecations and Removals
-------------------------

- Dropped Python 3.6 support
  `#274 <https://github.com/aio-libs/frozenlist/issues/274>`_

(NEWS truncated at 15 lines)
  • Loading branch information
fenrus75 committed Jan 19, 2022
1 parent ac14568 commit 3a2d729
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 16 deletions.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/aio-libs/frozenlist/issues/250>`_


Deprecations and Removals
-------------------------

- Dropped Python 3.6 support
`#274 <https://github.com/aio-libs/frozenlist/issues/274>`_


----


1.2.0 (2021-10-16)
==================

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
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-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 =
Expand Down
19 changes: 8 additions & 11 deletions pypi-frozenlist.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,17 @@
# 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
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)

Expand Down Expand Up @@ -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
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3
4
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76ce615874339dc96e2389c5fdb9124d81820626/frozenlist-1.2.0.tar.gz
0a15ad58d47bdeeb0bb0effb734886e94395bf82/frozenlist-1.3.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.3.0

0 comments on commit 3a2d729

Please sign in to comment.