Skip to content

Commit

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

Jason R. Coombs (10):
      Honor ResourceWarnings. Fixes jaraco/skeleton#73.
      tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74.
      Remove unnecessary shebang and encoding header in docs conf.
      Prevent Python 3.12 from blocking checks.
      Build docs in CI, including sphinx-lint.
      Put tidelift docs dependency in its own section to limit merge conflicts.
      Update badge for 2023
      Update changelog
      Move tests out of the package
      Remove dependency on jaraco.functools.
  • Loading branch information
fenrus75 committed Jan 2, 2023
1 parent 0aace63 commit ee972ca
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-tempora
URL = https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz
URL = https://files.pythonhosted.org/packages/97/70/5cf5031a83ca6d0431a53459b2a98aa387ba23d06710a5e48d681ff3956f/tempora-5.2.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
4 changes: 3 additions & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-tempora
url = https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz
url = https://files.pythonhosted.org/packages/97/70/5cf5031a83ca6d0431a53459b2a98aa387ba23d06710a5e48d681ff3956f/tempora-5.2.0.tar.gz
archives =
giturl = https://github.com/jaraco/tempora.git
domain =
Expand All @@ -27,6 +27,8 @@ conservative_flags = false
dev_requires_extras = false
# pass -ffast-math to compiler
fast-math = false
# compile full (traditional) debug info
full-debug-info = false
# optimize build for speed over size
funroll-loops = false
# set flags to smallest -02 flags possible
Expand Down
29 changes: 15 additions & 14 deletions pypi-tempora.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-tempora
Version : 5.1.0
Release : 55
URL : https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/a9/4e/41863232e77742b3a5b30a81e1398abd102aa0a67657bc86a53800966b8e/tempora-5.1.0.tar.gz
Version : 5.2.0
Release : 56
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
Summary : Objects and routines pertaining to date and time (tempora)
Group : Development/Tools
License : MIT
Expand All @@ -16,7 +16,6 @@ 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 All @@ -25,6 +24,9 @@ BuildRequires : pypi-pluggy
BuildRequires : pypi-pytest
BuildRequires : pypi-tox
BuildRequires : pypi-virtualenv
# Suppress stripping binaries
%define __strip /bin/true
%define debug_package %{nil}

%description
.. image:: https://img.shields.io/pypi/v/tempora.svg
Expand Down Expand Up @@ -61,31 +63,30 @@ 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.1.0
cd %{_builddir}/tempora-5.1.0
%setup -q -n tempora-5.2.0
cd %{_builddir}/tempora-5.2.0
pushd ..
cp -a tempora-5.1.0 buildavx2
cp -a tempora-5.2.0 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=1669055588
export SOURCE_DATE_EPOCH=1672690789
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
export FFLAGS="$FFLAGS -fno-lto "
export CXXFLAGS="$CXXFLAGS -fno-lto "
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 "
export FFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
export CXXFLAGS="$CXXFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
export MAKEFLAGS=%{?_smp_mflags}
python3 -m build --wheel --skip-dependency-check --no-isolation
pushd ../buildavx2/
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
55
56
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
aa85437e879083805bff0dca480173bf2ba06f27/tempora-5.1.0.tar.gz
aaaade6b5e7caf647f97f960d98fe58bc7bb918a/tempora-5.2.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
5.1.0
5.2.0

0 comments on commit ee972ca

Please sign in to comment.