Skip to content
This repository was archived by the owner on Oct 27, 2022. It is now read-only.

Commit 71f27ca

Browse files
committed
portend: Autospec creation for update from version 2.7.1 to version 3.0.0
Alan Fregtman (1): .editorconfig: Set max_line_length to 88 for Python files. Brian Rutledge (1): Use shutil for rmtree Jason R. Coombs (25): Exclude dist from discovered packages. Fixes jaraco/skeleton#46. It's no longer necessary to filter this warning and it's not a warning anymore. Bump minimum pytest Require twine 3 with keyring unconditionally required. Add comments indicating why the exclusions are present Exclude mypy on Python 3.10 as workaround for python/typed_ast#156. Bump minimums on pytest-checkdocs and pytest-enabler as found on Setuptools. Also deny black on Python 3.10 as workaround for python/typed_ast#156. Add leading */ to coverage.run.omit. Workaround for pytest-dev/pytest-cov#456. Remove automerge. Fixes jaraco/skeleton#49. Enable dependabot (#50) Replace md file with badge linking to documentation site. Fixes jaraco/skeleton#47. Test on Python 3.10 Remove setup_requires, obviated by build-requires in pyproject.toml. Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433. Rely on setuptools 56 and drop the explicit mention of the license file in favor of simple discovery. Remove workaround for python/typed_ast#156. Use line continuations to indicate which exclusions are for which workarounds. Remove blacken docs as it cannot honor Python's default repr. Ref adamchainz/blacken-docs#62. Add intersphinx mappings for Python to prevent spurious nitpicky failures. Fixes jaraco/skeleton#51. Test on Python 3.10 (final). Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178. Fix syntax warning in docs. Update changelog. Remove legacy aliases. KOLANICH (1): Added an .editorconfig. Pull request jaraco/skeleton#43. Sviatoslav Sydorenko (1): Make sphinx fail on any warnings (#36)
1 parent cde5403 commit 71f27ca

File tree

6 files changed

+15
-13
lines changed

6 files changed

+15
-13
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME := portend
2-
URL = https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
2+
URL = https://files.pythonhosted.org/packages/0e/9f/7e986d9b32f75cb61f4030b98133aa197c73c546cfda7ac5f48d87418503/portend-3.0.0.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 = portend
3-
url = https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
3+
url = https://files.pythonhosted.org/packages/0e/9f/7e986d9b32f75cb61f4030b98133aa197c73c546cfda7ac5f48d87418503/portend-3.0.0.tar.gz
44
archives =
55
giturl = https://github.com/jaraco/portend.git
66
domain =
@@ -47,6 +47,8 @@ optimize_size = false
4747
pgo = false
4848
# set flags for security-sensitive builds
4949
security_sensitive = false
50+
# package is only used by servers
51+
server = false
5052
# do not run test suite
5153
skip_tests = false
5254
# add .so files to the lib package instead of dev

portend.spec

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Generated by: autospec.py
44
#
55
Name : portend
6-
Version : 2.7.1
7-
Release : 32
8-
URL : https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
9-
Source0 : https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
6+
Version : 3.0.0
7+
Release : 33
8+
URL : https://files.pythonhosted.org/packages/0e/9f/7e986d9b32f75cb61f4030b98133aa197c73c546cfda7ac5f48d87418503/portend-3.0.0.tar.gz
9+
Source0 : https://files.pythonhosted.org/packages/0e/9f/7e986d9b32f75cb61f4030b98133aa197c73c546cfda7ac5f48d87418503/portend-3.0.0.tar.gz
1010
Summary : TCP port monitoring and discovery
1111
Group : Development/Tools
1212
License : MIT
@@ -58,15 +58,15 @@ python3 components for the portend package.
5858

5959

6060
%prep
61-
%setup -q -n portend-2.7.1
62-
cd %{_builddir}/portend-2.7.1
61+
%setup -q -n portend-3.0.0
62+
cd %{_builddir}/portend-3.0.0
6363

6464
%build
6565
export http_proxy=http://127.0.0.1:9/
6666
export https_proxy=http://127.0.0.1:9/
6767
export no_proxy=localhost,127.0.0.1,0.0.0.0
6868
export LANG=C.UTF-8
69-
export SOURCE_DATE_EPOCH=1613410994
69+
export SOURCE_DATE_EPOCH=1633720456
7070
export GCC_IGNORE_WERROR=1
7171
export CFLAGS="$CFLAGS -fno-lto "
7272
export FCFLAGS="$FFLAGS -fno-lto "
@@ -79,7 +79,7 @@ python3 setup.py build
7979
export MAKEFLAGS=%{?_smp_mflags}
8080
rm -rf %{buildroot}
8181
mkdir -p %{buildroot}/usr/share/package-licenses/portend
82-
cp %{_builddir}/portend-2.7.1/LICENSE %{buildroot}/usr/share/package-licenses/portend/8e6689d37f82d5617b7f7f7232c94024d41066d1
82+
cp %{_builddir}/portend-3.0.0/LICENSE %{buildroot}/usr/share/package-licenses/portend/8e6689d37f82d5617b7f7f7232c94024d41066d1
8383
python3 -tt setup.py build install --root=%{buildroot}
8484
echo ----[ mark ]----
8585
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :

release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32
1+
33

upstream

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8a36ec7a6494b756569e6711d3530eeb651250d3/portend-2.7.1.tar.gz
1+
f85faba699ae7c7588a7acb86e144e96260661a6/portend-3.0.0.tar.gz

versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
3.0.0

0 commit comments

Comments
 (0)