Skip to content

Commit

Permalink
pypi-jaraco.collections: Autospec creation for update from version 3.…
Browse files Browse the repository at this point in the history
…5.2 to version 3.6.0

Jason R. Coombs (18):
      Use '-dev' for every Python version. Ref actions/setup-python#213.
      Use Python 3.11 for cutting releases.
      Pin flake8. Workaround for tholo/pytest-flake8#87.
      Update to setup-python v4. Fixes jaraco/skeleton#65.
      Also update release to v4
      Add PyPy to the test matrix on Linux. Fixes jaraco/skeleton#63.
      When rendering docs, preserve the syntax for defaults. Fixes jaraco/path#197.
      Adopt furo theme for docs.
      Indicate to use latest Python version (workaround for readthedocs/readthedocs.org/#9623). Requires also specifying the OS version (workaround for readthedocs/readthedocs.org#9635).
      GHA pretty env (#67)
      Remove Python 2 compatibility in repr test.
      Add failing test for __contains__ on DictFilter.
      Revise DictFilter to rely on Mapping primitives. Fixes issue with `__contains__`.
      Add illustration in dictfilter on excluding items by prefix.
      Retain order in DictFilter
      Prefer pipe for symmetry.
      Rely on base class for DictFilter.values.
      Update changelog

Zach Burnett (1):
      rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)
  • Loading branch information
fenrus75 committed Oct 24, 2022
1 parent b578933 commit 94bd3b8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-jaraco.collections
URL = https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz
URL = https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-jaraco.collections
url = https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz
url = https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz
archives =
giturl = https://github.com/jaraco/jaraco.collections/
domain =
Expand Down
18 changes: 9 additions & 9 deletions pypi-jaraco.collections.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-jaraco.collections
Version : 3.5.2
Release : 31
URL : https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/cb/ef/e249700b1cec81a6b1c64e876005f8c203022d388ea10b104c5eaacb9473/jaraco.collections-3.5.2.tar.gz
Version : 3.6.0
Release : 32
URL : https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/55/9b/4ebba6848d257831953354b4c9129fc28bd948204d61aea7a1d9ee13ad59/jaraco.collections-3.6.0.tar.gz
Summary : Collection objects similar to those in stdlib by jaraco
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -58,18 +58,18 @@ python3 components for the pypi-jaraco.collections package.


%prep
%setup -q -n jaraco.collections-3.5.2
cd %{_builddir}/jaraco.collections-3.5.2
%setup -q -n jaraco.collections-3.6.0
cd %{_builddir}/jaraco.collections-3.6.0
pushd ..
cp -a jaraco.collections-3.5.2 buildavx2
cp -a jaraco.collections-3.6.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=1657810126
export SOURCE_DATE_EPOCH=1666630309
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -94,7 +94,7 @@ popd
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections
cp %{_builddir}/jaraco.collections-3.5.2/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/jaraco.collections-%{version}/LICENSE %{buildroot}/usr/share/package-licenses/pypi-jaraco.collections/8e6689d37f82d5617b7f7f7232c94024d41066d1 || :
pip install --root=%{buildroot} --no-deps --ignore-installed dist/*.whl
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
31
32
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
fe8c65b850d94777bfbc3c1dca065a1be86df66e/jaraco.collections-3.5.2.tar.gz
5f77bd3804e34ed576f469aea12ee81420d1f1b1/jaraco.collections-3.6.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
3.5.2
3.6.0

0 comments on commit 94bd3b8

Please sign in to comment.