Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
backports.entry_points_selectable: Autospec creation for update from …
Browse files Browse the repository at this point in the history
…version 1.0.3 to version 1.0.4

v1.0.4
======

#2: For test dependencies, when indicating Python 3, use ``>=3``
instead of ``>3`` to satisfy
`python-poetry/poetry#3862 <https://github.com/python-poetry/poetry/issues/3862>`_.
  • Loading branch information
fenrus75 committed Apr 12, 2021
1 parent 8a9b9b9 commit dcbffb6
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
@@ -1,3 +1,10 @@
v1.0.4
======

#2: For test dependencies, when indicating Python 3, use ``>=3``
instead of ``>3`` to satisfy
`python-poetry/poetry#3862 <https://github.com/python-poetry/poetry/issues/3862>`_.

v1.0.3
======

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := backports.entry_points_selectable
URL = https://files.pythonhosted.org/packages/6b/3f/a0466ad0b536a1dbcf54ec79c4b0f92fdd8ede0407f9246486eadf9e13fb/backports.entry_points_selectable-1.0.3.tar.gz
URL = https://files.pythonhosted.org/packages/a8/9e/22fcc989618cbba3aabf7f3ff583f9ab53600e1d73ef2cf5b171c3178bfa/backports.entry_points_selectable-1.0.4.tar.gz
ARCHIVES =

include ../common/Makefile.common
16 changes: 8 additions & 8 deletions backports.entry_points_selectable.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : backports.entry_points_selectable
Version : 1.0.3
Release : 3
URL : https://files.pythonhosted.org/packages/6b/3f/a0466ad0b536a1dbcf54ec79c4b0f92fdd8ede0407f9246486eadf9e13fb/backports.entry_points_selectable-1.0.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/6b/3f/a0466ad0b536a1dbcf54ec79c4b0f92fdd8ede0407f9246486eadf9e13fb/backports.entry_points_selectable-1.0.3.tar.gz
Version : 1.0.4
Release : 4
URL : https://files.pythonhosted.org/packages/a8/9e/22fcc989618cbba3aabf7f3ff583f9ab53600e1d73ef2cf5b171c3178bfa/backports.entry_points_selectable-1.0.4.tar.gz
Source0 : https://files.pythonhosted.org/packages/a8/9e/22fcc989618cbba3aabf7f3ff583f9ab53600e1d73ef2cf5b171c3178bfa/backports.entry_points_selectable-1.0.4.tar.gz
Summary : Compatibility shim providing selectable entry points for older implementations
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -55,15 +55,15 @@ python3 components for the backports.entry_points_selectable package.


%prep
%setup -q -n backports.entry_points_selectable-1.0.3
cd %{_builddir}/backports.entry_points_selectable-1.0.3
%setup -q -n backports.entry_points_selectable-1.0.4
cd %{_builddir}/backports.entry_points_selectable-1.0.4

%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=1617718872
export SOURCE_DATE_EPOCH=1618241331
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -79,7 +79,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable
cp %{_builddir}/backports.entry_points_selectable-1.0.3/LICENSE %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/backports.entry_points_selectable-1.0.4/LICENSE %{buildroot}/usr/share/package-licenses/backports.entry_points_selectable/8e6689d37f82d5617b7f7f7232c94024d41066d1
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion buildreq_cache
@@ -1,3 +1,3 @@
1.0.3
1.0.4
setuptools
setuptools_scm-python
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = backports.entry_points_selectable
url = https://files.pythonhosted.org/packages/6b/3f/a0466ad0b536a1dbcf54ec79c4b0f92fdd8ede0407f9246486eadf9e13fb/backports.entry_points_selectable-1.0.3.tar.gz
url = https://files.pythonhosted.org/packages/a8/9e/22fcc989618cbba3aabf7f3ff583f9ab53600e1d73ef2cf5b171c3178bfa/backports.entry_points_selectable-1.0.4.tar.gz
archives =
giturl =
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
3
4
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
dd7a928541405015681f6bd78057fc21771c7aff/backports.entry_points_selectable-1.0.3.tar.gz
c7235b84aee245aa00370b9161767336c3c34291/backports.entry_points_selectable-1.0.4.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
1.0.3
1.0.4

0 comments on commit dcbffb6

Please sign in to comment.