From 4809b7df65d982901f87674be33a5a5f8285a15c Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Fri, 15 Jul 2022 14:28:20 +0000 Subject: [PATCH] pypi-tempora: Autospec creation for update from version 5.0.1 to version 5.0.2 Anderson Bravalheri (2): Ignore flake8/black warnings with pytest 7.0.1 (jaraco/skeleton#58) Update Github actions to v3 (#62) Hugo van Kemenade (1): Update base URL for PEPs (#61) Jason R. Coombs (27): Add Tidelift template Rely on alabaster theme to support sidebar rendering. Use nicer, simpler phrasing Add support for automatic publishing of release notes Use technique for environment passing matching that found in jaraco/skeleton Move Tidelift token into Travis configuration Update badge URL Add funding reference to project List sidebars to avoid errors looking for template 't' Rebrand to 'For Enterprise' Add a 'For Enterprise' section to the README Include token passthrough for azure pipelines publish stage. Move Tidelift release note publishing to Github Actions. Tidelift no longer requires or expects publishing release notes. Remove Tidelift from main.yml, no longer needed Implement tidelift banner using a Sphinx directive implemented by jaraco.tidelift. Add exclusions for pytest 7 deprecations in plugins. Fixes jaraco/skeleton#57. Use the parent category PytestDeprecationWarning, which is available on older pytest versions. Fixes jaraco/skeleton#57. Bump pytest-mypy and remove workaround for dbader/pytest-mypy#131. Require jaraco.packaging 9 adding compatibility for projects with no setup.py file. Suppress DeprecationWarning. Ref ktosiek/pytest-freezegun#35. Ran pre-commit autoupdate Add Python 3.11 into the matrix using workaround from actions/setup-python#213. Drop 3.9 from matrix for efficiency. Prefer spaces for rst. Fixes jaraco/skeleton#64. Honor PEP 518 with pytest-enabler. Ran pre-commit autoupdate Update changelog. Sviatoslav Sydorenko (1): Inject check job into CI workflow as ultimate flag (#55) wim glenn (1): exclude build env from cov reporting (#60) --- Makefile | 2 +- options.conf | 2 +- pypi-tempora.spec | 18 +++++++++--------- release | 2 +- upstream | 2 +- versions | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Makefile b/Makefile index 09c4d8e..c2b5a55 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-tempora -URL = https://files.pythonhosted.org/packages/57/bf/f22c888ae5aec050ab013d1eadf90e0793741ea64dd205ae35f3281bc77f/tempora-5.0.1.tar.gz +URL = https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 4957fbe..f1384a0 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-tempora -url = https://files.pythonhosted.org/packages/57/bf/f22c888ae5aec050ab013d1eadf90e0793741ea64dd205ae35f3281bc77f/tempora-5.0.1.tar.gz +url = https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz archives = giturl = /~https://github.com/jaraco/tempora.git domain = diff --git a/pypi-tempora.spec b/pypi-tempora.spec index ae95b97..1e8c665 100644 --- a/pypi-tempora.spec +++ b/pypi-tempora.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : pypi-tempora -Version : 5.0.1 -Release : 48 -URL : https://files.pythonhosted.org/packages/57/bf/f22c888ae5aec050ab013d1eadf90e0793741ea64dd205ae35f3281bc77f/tempora-5.0.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/57/bf/f22c888ae5aec050ab013d1eadf90e0793741ea64dd205ae35f3281bc77f/tempora-5.0.1.tar.gz +Version : 5.0.2 +Release : 49 +URL : https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz +Source0 : https://files.pythonhosted.org/packages/72/2c/9aff4204a4ea5172b0cb3508f8a504ab6562ba539825ea2e33a5b4cb629b/tempora-5.0.2.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -71,10 +71,10 @@ python3 components for the pypi-tempora package. %prep -%setup -q -n tempora-5.0.1 -cd %{_builddir}/tempora-5.0.1 +%setup -q -n tempora-5.0.2 +cd %{_builddir}/tempora-5.0.2 pushd .. -cp -a tempora-5.0.1 buildavx2 +cp -a tempora-5.0.2 buildavx2 popd %build @@ -82,7 +82,7 @@ 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=1656369121 +export SOURCE_DATE_EPOCH=1657895296 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto " @@ -104,7 +104,7 @@ popd export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/pypi-tempora -cp %{_builddir}/tempora-5.0.1/LICENSE %{buildroot}/usr/share/package-licenses/pypi-tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1 +cp %{_builddir}/tempora-5.0.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-tempora/8e6689d37f82d5617b7f7f7232c94024d41066d1 pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/release b/release index 21e72e8..95f9650 100644 --- a/release +++ b/release @@ -1 +1 @@ -48 +49 diff --git a/upstream b/upstream index f18fc44..dad17aa 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -d56790697505cf886c1ba803b364136f1eecc78b/tempora-5.0.1.tar.gz +f64b84d6863e3ca6cef1f090b44c9547ac18908c/tempora-5.0.2.tar.gz diff --git a/versions b/versions index 6b244dc..a1ef0ca 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -5.0.1 +5.0.2