Skip to content

Commit

Permalink
pypi-jaraco.text: Autospec creation for update from version 3.11.0 to…
Browse files Browse the repository at this point in the history
… version 3.11.1

Jason R. Coombs (15):
      Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.
      Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.
      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
      ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.
      Fix spelling error.
      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
      Supply encoding parameter, suppressing EncodingWarnings.
  • Loading branch information
fenrus75 committed Jan 28, 2023
1 parent ce2b3f7 commit 8e79454
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-jaraco.text
URL = https://files.pythonhosted.org/packages/e8/1c/d585b35d74d324191386e472e3a915aae2ca5a12784799dacb4db9a7f3b2/jaraco.text-3.11.0.tar.gz
URL = https://files.pythonhosted.org/packages/cd/32/2d0656905672c06c830dd1c85d11c5edbd5203f7ef6522f7c080a95c3470/jaraco.text-3.11.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-jaraco.text
url = https://files.pythonhosted.org/packages/e8/1c/d585b35d74d324191386e472e3a915aae2ca5a12784799dacb4db9a7f3b2/jaraco.text-3.11.0.tar.gz
url = https://files.pythonhosted.org/packages/cd/32/2d0656905672c06c830dd1c85d11c5edbd5203f7ef6522f7c080a95c3470/jaraco.text-3.11.1.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.text/
domain =
Expand Down
16 changes: 8 additions & 8 deletions pypi-jaraco.text.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-jaraco.text
Version : 3.11.0
Release : 39
URL : https://files.pythonhosted.org/packages/e8/1c/d585b35d74d324191386e472e3a915aae2ca5a12784799dacb4db9a7f3b2/jaraco.text-3.11.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/e8/1c/d585b35d74d324191386e472e3a915aae2ca5a12784799dacb4db9a7f3b2/jaraco.text-3.11.0.tar.gz
Version : 3.11.1
Release : 40
URL : https://files.pythonhosted.org/packages/cd/32/2d0656905672c06c830dd1c85d11c5edbd5203f7ef6522f7c080a95c3470/jaraco.text-3.11.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/cd/32/2d0656905672c06c830dd1c85d11c5edbd5203f7ef6522f7c080a95c3470/jaraco.text-3.11.1.tar.gz
Summary : Module for text manipulation
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -67,18 +67,18 @@ python3 components for the pypi-jaraco.text package.


%prep
%setup -q -n jaraco.text-3.11.0
cd %{_builddir}/jaraco.text-3.11.0
%setup -q -n jaraco.text-3.11.1
cd %{_builddir}/jaraco.text-3.11.1
pushd ..
cp -a jaraco.text-3.11.0 buildavx2
cp -a jaraco.text-3.11.1 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=1672283478
export SOURCE_DATE_EPOCH=1674942931
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
39
40
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
4cba69f1131ee4a4196d3d7cb91b75de633327ed/jaraco.text-3.11.0.tar.gz
52d55e7f1b458e4c41da7a820fd97f99211183c1/jaraco.text-3.11.1.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
3.11.0
3.11.1

0 comments on commit 8e79454

Please sign in to comment.