From 8f59b0f8e735d6fefe51aa3545cf8a7379d34d27 Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Tue, 18 Jun 2024 17:00:39 +0000 Subject: [PATCH] pypi-tempora: Autospec creation for update from version 5.5.1 to version 5.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avasam (1): Allow mypy on PyPy (jaraco/skeleton#111) Bartosz Sławecki (2): Add link to blog entry from jaraco/skeleton#115 above CI build matrix. Move project metadata to `pyproject.toml` (jaraco/skeleton#122) Jason R. Coombs (27): Remove superfluous list comprehension. Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110. Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110. Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103. Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114. Move Python 3.11 out of the test matrix. Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112. Pin against pytest 8.1.x due to pytest-dev/pytest#12194. Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml. Allow macos on Python 3.8 to fail as GitHub CI has dropped support. Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts. Revert "Allow macos on Python 3.8 to fail as GitHub CI has dropped support." Rename extras to align with core metadata spec. 👹 Feed the hobgoblins (delint). Add test capturing missed expectation. In utc.now(), bind late to allow for monkeypatching. Port the functionality from pytz to zoneinfo. Remove assertion that two commands can be compared to determine the delay between each. Capture expectations about commands coming due at a particular time. Remove use of pytz.localize and rely entirely on zoneinfo. Exclude coverage of compatibility logic. Move dependency on zoneinfo into tests only. Include tzdata on Windows Require tzdata unconditionally on windows (tests). Move compatibility logic into its own module. Add news fragment. Finalize --- Makefile | 2 +- options.conf | 4 +++- pypi-tempora.spec | 22 +++++++++++----------- release | 2 +- upstream | 2 +- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 0721410..18b3530 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := pypi-tempora -URL = https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz +URL = https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/options.conf b/options.conf index 35162ff..8e4ddf0 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = pypi-tempora -url = https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz +url = https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz archives = giturl = https://github.com/jaraco/tempora.git domain = @@ -71,6 +71,8 @@ use_avx512 = false use_clang = false # configure build for lto use_lto = false +# use ninja build files +use_ninja = false # require package verification for build verify_required = false diff --git a/pypi-tempora.spec b/pypi-tempora.spec index d7c0f9e..2e29043 100644 --- a/pypi-tempora.spec +++ b/pypi-tempora.spec @@ -2,14 +2,14 @@ # This file is auto-generated. DO NOT EDIT # Generated by: autospec.py # Using build pattern: pyproject -# autospec version: v4 -# autospec commit: da8b975 +# autospec version: v12 +# autospec commit: fbcebd0 # Name : pypi-tempora -Version : 5.5.1 -Release : 64 -URL : https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz -Source0 : https://files.pythonhosted.org/packages/27/0f/d2dfc4e452418848919f83c0bb2ffc6b90816a9f0304b88fffdf190e9260/tempora-5.5.1.tar.gz +Version : 5.6.0 +Release : 65 +URL : https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/da/51/93fb34e0227f58b6fc4d663f4e821e015fce82bb255770f20da5ea91b5b4/tempora-5.6.0.tar.gz Summary : Objects and routines pertaining to date and time (tempora) Group : Development/Tools License : MIT @@ -21,6 +21,7 @@ Requires: pypi(jaraco.functools) BuildRequires : buildreq-distutils3 BuildRequires : pypi(py) BuildRequires : pypi(setuptools) +BuildRequires : pypi(setuptools_scm) BuildRequires : pypi-pluggy BuildRequires : pypi-pytest BuildRequires : pypi-tox @@ -65,17 +66,16 @@ 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.5.1 -cd %{_builddir}/tempora-5.5.1 +%setup -q -n tempora-5.6.0 +cd %{_builddir}/tempora-5.6.0 pushd .. -cp -a tempora-5.5.1 buildavx2 +cp -a tempora-5.6.0 buildavx2 popd %build @@ -83,7 +83,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=1708364634 +export SOURCE_DATE_EPOCH=1718730034 export GCC_IGNORE_WERROR=1 CLEAR_INTERMEDIATE_CFLAGS="$CLEAR_INTERMEDIATE_CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " CLEAR_INTERMEDIATE_FCFLAGS="$CLEAR_INTERMEDIATE_FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz=zstd " diff --git a/release b/release index 900731f..1479e19 100644 --- a/release +++ b/release @@ -1 +1 @@ -64 +65 diff --git a/upstream b/upstream index cc94cb9..0e72e10 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -2dbaba4817f281c42919a773ac29e21aae1cabd6/tempora-5.5.1.tar.gz +e9aa1ff4486288e0fe55af4f39a6ac71225dfe4b/tempora-5.6.0.tar.gz