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

Commit

Permalink
iso8601: Autospec creation for update from version 0.1.14 to version …
Browse files Browse the repository at this point in the history
…0.1.16

commit 1a890730655db3bf295ce0239c1418485ed21270
Author: Michael Twomey <[email protected]>
Date:   Fri Jul 16 13:51:48 2021 +0100

    Add `docs/` to sdist

    Addresses part of micktwomey/pyiso8601#14

commit acd616c875e03447bb7f825acd92698ba5455e4f
Author: Michael Twomey <[email protected]>
Date:   Fri Jul 16 10:23:23 2021 +0100

    Fix distribution of pyi files
  • Loading branch information
phmccarty authored and clrpackages committed Aug 18, 2021
1 parent f9a9e25 commit 29227ed
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := iso8601
URL = https://files.pythonhosted.org/packages/f9/ed/b97abc7877e5b253eef96a469f47d617b0ebcccc735405fa1a620c7ee833/iso8601-0.1.14.tar.gz
URL = https://files.pythonhosted.org/packages/45/66/a943f702763c879e2754b46089a136ee1e58f0f720c58fa640c00281d3fd/iso8601-0.1.16.tar.gz
ARCHIVES =

include ../common/Makefile.common
16 changes: 8 additions & 8 deletions iso8601.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : iso8601
Version : 0.1.14
Release : 58
URL : https://files.pythonhosted.org/packages/f9/ed/b97abc7877e5b253eef96a469f47d617b0ebcccc735405fa1a620c7ee833/iso8601-0.1.14.tar.gz
Source0 : https://files.pythonhosted.org/packages/f9/ed/b97abc7877e5b253eef96a469f47d617b0ebcccc735405fa1a620c7ee833/iso8601-0.1.14.tar.gz
Version : 0.1.16
Release : 59
URL : https://files.pythonhosted.org/packages/45/66/a943f702763c879e2754b46089a136ee1e58f0f720c58fa640c00281d3fd/iso8601-0.1.16.tar.gz
Source0 : https://files.pythonhosted.org/packages/45/66/a943f702763c879e2754b46089a136ee1e58f0f720c58fa640c00281d3fd/iso8601-0.1.16.tar.gz
Summary : Simple module to parse ISO 8601 dates
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -52,15 +52,15 @@ python3 components for the iso8601 package.


%prep
%setup -q -n iso8601-0.1.14
cd %{_builddir}/iso8601-0.1.14
%setup -q -n iso8601-0.1.16
cd %{_builddir}/iso8601-0.1.16

%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=1617299954
export SOURCE_DATE_EPOCH=1628728734
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
Expand All @@ -73,7 +73,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/iso8601
cp %{_builddir}/iso8601-0.1.14/LICENSE %{buildroot}/usr/share/package-licenses/iso8601/604d3444602058d69df81bd0c30c6944517360db
cp %{_builddir}/iso8601-0.1.16/LICENSE %{buildroot}/usr/share/package-licenses/iso8601/604d3444602058d69df81bd0c30c6944517360db
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 options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = iso8601
url = https://files.pythonhosted.org/packages/f9/ed/b97abc7877e5b253eef96a469f47d617b0ebcccc735405fa1a620c7ee833/iso8601-0.1.14.tar.gz
url = https://files.pythonhosted.org/packages/45/66/a943f702763c879e2754b46089a136ee1e58f0f720c58fa640c00281d3fd/iso8601-0.1.16.tar.gz
archives =
giturl = https://github.com/micktwomey/pyiso8601
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
58
59
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ccfee80a85cd9344f2d8d04b745dae1111caa659/iso8601-0.1.14.tar.gz
26c7b41e26661bd0da08b9c80f8ed51661875af2/iso8601-0.1.16.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.14
0.1.16

0 comments on commit 29227ed

Please sign in to comment.