Skip to content

Commit

Permalink
pypi-tempora: Autospec creation for update from version 5.2.0 to vers…
Browse files Browse the repository at this point in the history
…ion 5.2.1

commit 06dc7a79db1896e991ebff36ae9d431715302354
Author: Jason R. Coombs <jaraco@jaraco.com>
Date:   Wed Jan 18 21:51:54 2023 -0500

    Revert "Remove dependency on jaraco.functools."  Fixes #21.

    Partially reverts commit 6485c745091860d1f85d31d70d63b90f2be6acae.

commit f9e01d2197d18b2b21976bae6e5b7f90b683bc4f
Author: Jason R. Coombs <jaraco@jaraco.com>
Date:   Wed Jan 18 21:33:18 2023 -0500

    ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.
  • Loading branch information
fenrus75 committed Jan 19, 2023
1 parent 2978e43 commit 2ef6366
Show file tree
Hide file tree
Showing 6 changed files with 15 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 := pypi-tempora
URL = https://files.pythonhosted.org/packages/97/70/5cf5031a83ca6d0431a53459b2a98aa387ba23d06710a5e48d681ff3956f/tempora-5.2.0.tar.gz
URL = https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.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-tempora
url = https://files.pythonhosted.org/packages/97/70/5cf5031a83ca6d0431a53459b2a98aa387ba23d06710a5e48d681ff3956f/tempora-5.2.0.tar.gz
url = https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz
archives =
giturl = https://github.com/jaraco/tempora.git
domain =
Expand Down
18 changes: 10 additions & 8 deletions pypi-tempora.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-tempora
Version : 5.2.0
Release : 57
URL : https://files.pythonhosted.org/packages/97/70/5cf5031a83ca6d0431a53459b2a98aa387ba23d06710a5e48d681ff3956f/tempora-5.2.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/97/70/5cf5031a83ca6d0431a53459b2a98aa387ba23d06710a5e48d681ff3956f/tempora-5.2.0.tar.gz
Version : 5.2.1
Release : 58
URL : https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz
Summary : Objects and routines pertaining to date and time (tempora)
Group : Development/Tools
License : MIT
Expand All @@ -16,6 +16,7 @@ Requires: pypi-tempora-python = %{version}-%{release}
Requires: pypi-tempora-python3 = %{version}-%{release}
Requires: pypi(jaraco.functools)
BuildRequires : buildreq-distutils3
BuildRequires : pypi(jaraco.functools)
BuildRequires : pypi(py)
BuildRequires : pypi(pytz)
BuildRequires : pypi(setuptools)
Expand Down Expand Up @@ -63,25 +64,26 @@ Summary: python3 components for the pypi-tempora package.
Group: Default
Requires: python3-core
Provides: pypi(tempora)
Requires: pypi(jaraco.functools)
Requires: pypi(pytz)

%description python3
python3 components for the pypi-tempora package.


%prep
%setup -q -n tempora-5.2.0
cd %{_builddir}/tempora-5.2.0
%setup -q -n tempora-5.2.1
cd %{_builddir}/tempora-5.2.1
pushd ..
cp -a tempora-5.2.0 buildavx2
cp -a tempora-5.2.1 buildavx2
popd

%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=1672690789
export SOURCE_DATE_EPOCH=1674149867
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
57
58
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aaaade6b5e7caf647f97f960d98fe58bc7bb918a/tempora-5.2.0.tar.gz
29e1f2db355ba97a22ea4a9fe23c2c8a60b8e2c9/tempora-5.2.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.2.0
5.2.1

0 comments on commit 2ef6366

Please sign in to comment.