Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

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

Jason R. Coombs (4):
      Pin mypy to '<0.990' due to realpython/pytest-mypy#141
      Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink.
      Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057.
      Add script to strip a prefix from a stream.
  • Loading branch information
fenrus75 committed Nov 21, 2022
1 parent 72e7484 commit 1c7f042
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 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/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
URL = https://files.pythonhosted.org/packages/e8/1c/d585b35d74d324191386e472e3a915aae2ca5a12784799dacb4db9a7f3b2/jaraco.text-3.11.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/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
url = https://files.pythonhosted.org/packages/e8/1c/d585b35d74d324191386e472e3a915aae2ca5a12784799dacb4db9a7f3b2/jaraco.text-3.11.0.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.text/
domain =
Expand Down Expand Up @@ -35,6 +35,8 @@ insecure_build = false
keepstatic = false
# do not require autostart subpackage
no_autostart = false
# do not use the replacement pattern for file matching
no_glob = false
# do not generate debuginfo for this package
nodebug = false
# disable stripping binaries
Expand Down
24 changes: 11 additions & 13 deletions pypi-jaraco.text.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-jaraco.text
Version : 3.10.0
Release : 36
URL : https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/2f/d9/7b7b857b1e08ccca2370fa45c9c43425c90c993e78eff25a6ab1bff1efda/jaraco.text-3.10.0.tar.gz
Version : 3.11.0
Release : 37
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
Summary : Module for text manipulation
Group : Development/Tools
License : MIT
Expand All @@ -29,9 +29,7 @@ BuildRequires : pypi-virtualenv

%description
.. image:: https://img.shields.io/pypi/v/jaraco.text.svg
:target: `PyPI link`_
.. image:: https://img.shields.io/pypi/pyversions/jaraco.text.svg
:target: `PyPI link`_
:target: https://pypi.org/project/jaraco.text

%package license
Summary: license components for the pypi-jaraco.text package.
Expand Down Expand Up @@ -66,18 +64,18 @@ python3 components for the pypi-jaraco.text package.


%prep
%setup -q -n jaraco.text-3.10.0
cd %{_builddir}/jaraco.text-3.10.0
%setup -q -n jaraco.text-3.11.0
cd %{_builddir}/jaraco.text-3.11.0
pushd ..
cp -a jaraco.text-3.10.0 buildavx2
cp -a jaraco.text-3.11.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=1666309579
export SOURCE_DATE_EPOCH=1669053488
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -89,8 +87,8 @@ export CXXFLAGS="$CXXFLAGS -O3 -ffat-lto-objects -flto=auto "
export MAKEFLAGS=%{?_smp_mflags}
python3 -m build --wheel --skip-dependency-check --no-isolation
pushd ../buildavx2/
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx"
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 -msse2avx "
export CFLAGS="$CFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
export CXXFLAGS="$CXXFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
export FFLAGS="$FFLAGS -m64 -march=x86-64-v3 -Wl,-z,x86-64-v3 "
export FCFLAGS="$FCFLAGS -m64 -march=x86-64-v3 "
export LDFLAGS="$LDFLAGS -m64 -march=x86-64-v3 "
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
36
37
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d00805504bc62345c60f3b6f63f30680fb3bf6ca/jaraco.text-3.10.0.tar.gz
4cba69f1131ee4a4196d3d7cb91b75de633327ed/jaraco.text-3.11.0.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.10.0
3.11.0

0 comments on commit 1c7f042

Please sign in to comment.