Skip to content

Commit 7cfdea2

Browse files
committed
pypi-tempora: Autospec creation for update from version 5.2.1 to version 5.2.2
Jason R. Coombs (8): Enable default encoding warning where available. See PEP 597. Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67. Exempt warning. Workaround for realpython/pytest-mypy#152 Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750). Remove reference to EncodingWarning as it doesn't exist on some Pythons. Revert "exclude build env from cov reporting (jaraco/skeleton#60)" Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56. Update changelog. Stanislav Levin (1): tests: Fix broken assumption for leap year
1 parent 2ef6366 commit 7cfdea2

File tree

5 files changed

+15
-16
lines changed

5 files changed

+15
-16
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := pypi-tempora
2-
URL = https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz
33
ARCHIVES =
44

55
include ../common/Makefile.common

options.conf

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = pypi-tempora
3-
url = https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/tempora.git
66
domain =
@@ -19,6 +19,8 @@ autoupdate = true
1919
broken_c++ = false
2020
# disable parallelization during build
2121
broken_parallel_build = false
22+
# create vendor archive with cargo
23+
cargo_vendor = false
2224
# this package is a library compatibility package and only ships versioned library files
2325
compat = false
2426
# set conservative build flags

pypi-tempora.spec

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
#
22
# This file is auto-generated. DO NOT EDIT
33
# Generated by: autospec.py
4+
# Using build pattern: pyproject
45
#
56
Name : pypi-tempora
6-
Version : 5.2.1
7-
Release : 58
8-
URL : https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/03/01/ab56dcb400513c6d1658d177cc68c83bc4e6ce5624dff717e4bf4a1f8b00/tempora-5.2.1.tar.gz
7+
Version : 5.2.2
8+
Release : 59
9+
URL : https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz
10+
Source0 : https://files.pythonhosted.org/packages/1c/32/963e37d9ad64582b822b8bf3288ac135ede936e5c8fe1c71da74164f0974/tempora-5.2.2.tar.gz
1011
Summary : Objects and routines pertaining to date and time (tempora)
1112
Group : Development/Tools
1213
License : MIT
@@ -16,11 +17,7 @@ Requires: pypi-tempora-python = %{version}-%{release}
1617
Requires: pypi-tempora-python3 = %{version}-%{release}
1718
Requires: pypi(jaraco.functools)
1819
BuildRequires : buildreq-distutils3
19-
BuildRequires : pypi(jaraco.functools)
2020
BuildRequires : pypi(py)
21-
BuildRequires : pypi(pytz)
22-
BuildRequires : pypi(setuptools)
23-
BuildRequires : pypi(setuptools_scm)
2421
BuildRequires : pypi-pluggy
2522
BuildRequires : pypi-pytest
2623
BuildRequires : pypi-tox
@@ -72,18 +69,18 @@ python3 components for the pypi-tempora package.
7269

7370

7471
%prep
75-
%setup -q -n tempora-5.2.1
76-
cd %{_builddir}/tempora-5.2.1
72+
%setup -q -n tempora-5.2.2
73+
cd %{_builddir}/tempora-5.2.2
7774
pushd ..
78-
cp -a tempora-5.2.1 buildavx2
75+
cp -a tempora-5.2.2 buildavx2
7976
popd
8077

8178
%build
8279
export http_proxy=http://127.0.0.1:9/
8380
export https_proxy=http://127.0.0.1:9/
8481
export no_proxy=localhost,127.0.0.1,0.0.0.0
8582
export LANG=C.UTF-8
86-
export SOURCE_DATE_EPOCH=1674149867
83+
export SOURCE_DATE_EPOCH=1681145643
8784
export GCC_IGNORE_WERROR=1
8885
export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "
8986
export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz "

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
58
1+
59

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
29e1f2db355ba97a22ea4a9fe23c2c8a60b8e2c9/tempora-5.2.1.tar.gz
1+
7d19165eb2b947100e2fa6d648a9540b757055f0/tempora-5.2.2.tar.gz

0 commit comments

Comments
 (0)