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

Commit

Permalink
tempora: Autospec creation for update from version 4.0.1 to version 4…
Browse files Browse the repository at this point in the history
….0.2

Jason R. Coombs (16):
      Honor TOX_WORK_DIR if set. Workaround for tox-dev/tox#20.
      Collapse skeleton history from archive/2020-12
      Update skeleton description to describe the periodic collapse. Fixes #27.
      Enable automerge
      Automatically inject project name in docs heading.
      pre-commit autoupdate
      Rename 'Automated Tests' to simply 'tests'
      Add note about automatic merging of PRs and the requirements and limitations.
      Prefer pytest-enabler to jaraco.test
      Enable complexity limit. Fixes jaraco/skeleton#34.
      Add support for namespace packages. Closes jaraco/skeleton#40.
      Use pytest.mark to selectively skip test.
      Normalize indentation
      Exclude dist from discovered packages. Fixes jaraco/skeleton#46.
      Update changelog.
      Revert "Use pytest.mark to selectively skip test."

KOLANICH (1):
      Added an .editorconfig. Pull request jaraco/skeleton#43.

Sviatoslav Sydorenko (3):
      Replace pep517.build with build (#37)
      Use license_files instead of license_file in meta (#35)
      Use `extend-ignore` in flake8 config (#33)
  • Loading branch information
fenrus75 committed Apr 5, 2021
1 parent 0cf0624 commit 340b9d0
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 := tempora
URL = https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.tar.gz
URL = https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.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 = tempora
url = https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.tar.gz
url = https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.tar.gz
archives =
giturl = https://github.com/jaraco/tempora.git
domain =
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
30
31
16 changes: 8 additions & 8 deletions tempora.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : tempora
Version : 4.0.1
Release : 30
URL : https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/6b/be/f7d754a6119781cd4840c426faf439ac7bd238c4c5d1572dda7029d17c19/tempora-4.0.1.tar.gz
Version : 4.0.2
Release : 31
URL : https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/77/0c/591a8c74e588bfff7b97a6312e608c27896f9f4d43d440247c00b781fcd0/tempora-4.0.2.tar.gz
Summary : Objects and routines pertaining to date and time (tempora)
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -71,15 +71,15 @@ python3 components for the tempora package.


%prep
%setup -q -n tempora-4.0.1
cd %{_builddir}/tempora-4.0.1
%setup -q -n tempora-4.0.2
cd %{_builddir}/tempora-4.0.2

%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=1604343297
export SOURCE_DATE_EPOCH=1617641435
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
Expand All @@ -92,7 +92,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/tempora
cp %{_builddir}/tempora-4.0.1/LICENSE %{buildroot}/usr/share/package-licenses/tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/tempora-4.0.2/LICENSE %{buildroot}/usr/share/package-licenses/tempora/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 upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e2f5999938915f5f444214dca5c944b3fadef7c/tempora-4.0.1.tar.gz
5690cbaf11641c8865413d3ecf41fa3a530a9838/tempora-4.0.2.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2

0 comments on commit 340b9d0

Please sign in to comment.