Skip to content

Commit

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

Dimitri Papadopoulos Orfanos (2):
      "preserve" does not require preview any more (jaraco/skeleton#133)
      Enforce ruff/Perflint rule PERF401 (jaraco/skeleton#132)

Jason R. Coombs (3):
      Re-enable preview, this time not for one specific feature, but for all features in preview.
      Made 'inflect' an optional dependency. The show-newlines script now will crash unless jaraco.text[inflect] is installed.
      Finalize
  • Loading branch information
fenrus75 committed Jul 29, 2024
1 parent ef579ec commit a4a4b34
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := pypi-jaraco.text
URL = https://files.pythonhosted.org/packages/c4/56/12b2a9ea5230c94efc2476e4a782bb0b13c1301f962c8a13b5626e63e258/jaraco_text-3.14.0.tar.gz
URL = https://files.pythonhosted.org/packages/4f/00/1b4dbbc5c6dcb87a4278cc229b2b560484bf231bba7922686c5139e5f934/jaraco_text-4.0.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
4 changes: 3 additions & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = pypi-jaraco.text
url = https://files.pythonhosted.org/packages/c4/56/12b2a9ea5230c94efc2476e4a782bb0b13c1301f962c8a13b5626e63e258/jaraco_text-3.14.0.tar.gz
url = https://files.pythonhosted.org/packages/4f/00/1b4dbbc5c6dcb87a4278cc229b2b560484bf231bba7922686c5139e5f934/jaraco_text-4.0.0.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.text/
domain =
Expand All @@ -17,6 +17,8 @@ allow_test_failures = false
asneeded = false
# this package is trusted enough to automatically update (used by other tools)
autoupdate = true
# try to use mock short circuit to avoid full rebuilds
avoid_rebuild = false
# extend flags with '-std=gnu++98
broken_c++ = false
# disable parallelization during build
Expand Down
21 changes: 10 additions & 11 deletions pypi-jaraco.text.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is auto-generated. DO NOT EDIT
# Generated by: autospec.py
# Using build pattern: pyproject
# autospec version: v16
# autospec commit: b858a2a
# autospec version: v18
# autospec commit: 356da62
#
Name : pypi-jaraco.text
Version : 3.14.0
Release : 48
URL : https://files.pythonhosted.org/packages/c4/56/12b2a9ea5230c94efc2476e4a782bb0b13c1301f962c8a13b5626e63e258/jaraco_text-3.14.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/c4/56/12b2a9ea5230c94efc2476e4a782bb0b13c1301f962c8a13b5626e63e258/jaraco_text-3.14.0.tar.gz
Version : 4.0.0
Release : 49
URL : https://files.pythonhosted.org/packages/4f/00/1b4dbbc5c6dcb87a4278cc229b2b560484bf231bba7922686c5139e5f934/jaraco_text-4.0.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/4f/00/1b4dbbc5c6dcb87a4278cc229b2b560484bf231bba7922686c5139e5f934/jaraco_text-4.0.0.tar.gz
Summary : Module for text manipulation
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -55,7 +55,6 @@ Group: Default
Requires: python3-core
Provides: pypi(jaraco.text)
Requires: pypi(autocommand)
Requires: pypi(inflect)
Requires: pypi(jaraco.context)
Requires: pypi(jaraco.functools)
Requires: pypi(more_itertools)
Expand All @@ -65,18 +64,18 @@ python3 components for the pypi-jaraco.text package.


%prep
%setup -q -n jaraco_text-3.14.0
cd %{_builddir}/jaraco_text-3.14.0
%setup -q -n jaraco_text-4.0.0
cd %{_builddir}/jaraco_text-4.0.0
pushd ..
cp -a jaraco_text-3.14.0 buildavx2
cp -a jaraco_text-4.0.0 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=1721061638
export SOURCE_DATE_EPOCH=1722274914
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
48
49
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
452fcfb0f5720e4c1509e198ee8844a6c4b0f75b/jaraco_text-3.14.0.tar.gz
017a06bd3f0b239e05389b3fbcc25d3540752156/jaraco_text-4.0.0.tar.gz

0 comments on commit a4a4b34

Please sign in to comment.