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

Commit

Permalink
portend: Autospec creation for update from version 2.7.0 to version 2…
Browse files Browse the repository at this point in the history
….7.1

Jason R. Coombs (14):
      Honor TOX_WORK_DIR if set. Workaround for tox-dev/tox#20.
      Collapse skeleton history from archive/2020-12
      Update skeleton description to describe the periodic collapse. Fixes #27.
      Enable automerge
      Automatically inject project name in docs heading.
      pre-commit autoupdate
      Rename 'Automated Tests' to simply 'tests'
      Add note about automatic merging of PRs and the requirements and limitations.
      Prefer pytest-enabler to jaraco.test
      Enable complexity limit. Fixes jaraco/skeleton#34.
      Add support for namespace packages. Closes jaraco/skeleton#40.
      Normalize indentation
      ⚫ Fade to black.
      Update changelog.

Sviatoslav Sydorenko (3):
      Replace pep517.build with build (#37)
      Use license_files instead of license_file in meta (#35)
      Use `extend-ignore` in flake8 config (#33)

vasyl_lukashuk (1):
      Fix error message
  • Loading branch information
fenrus75 committed Feb 15, 2021
1 parent 1f974bc commit b4a3da7
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME := portend
URL = https://files.pythonhosted.org/packages/c3/68/891f7e77cdee7a14a6bb5c28aa558067843e97aeb8f10d5c5e454acb54e4/portend-2.7.0.tar.gz
URL = https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
ARCHIVES =

include ../common/Makefile.common
2 changes: 1 addition & 1 deletion options.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = portend
url = https://files.pythonhosted.org/packages/c3/68/891f7e77cdee7a14a6bb5c28aa558067843e97aeb8f10d5c5e454acb54e4/portend-2.7.0.tar.gz
url = https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
archives =
giturl = https://github.com/jaraco/portend.git
domain =
Expand Down
16 changes: 8 additions & 8 deletions portend.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : portend
Version : 2.7.0
Release : 26
URL : https://files.pythonhosted.org/packages/c3/68/891f7e77cdee7a14a6bb5c28aa558067843e97aeb8f10d5c5e454acb54e4/portend-2.7.0.tar.gz
Source0 : https://files.pythonhosted.org/packages/c3/68/891f7e77cdee7a14a6bb5c28aa558067843e97aeb8f10d5c5e454acb54e4/portend-2.7.0.tar.gz
Version : 2.7.1
Release : 27
URL : https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
Source0 : https://files.pythonhosted.org/packages/53/7f/dc51c3c73f1df9ae75e44a3f912147f0d83ef3a0999306e57ebd3ef2c738/portend-2.7.1.tar.gz
Summary : TCP port monitoring and discovery
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -58,15 +58,15 @@ python3 components for the portend package.


%prep
%setup -q -n portend-2.7.0
cd %{_builddir}/portend-2.7.0
%setup -q -n portend-2.7.1
cd %{_builddir}/portend-2.7.1

%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=1605628713
export SOURCE_DATE_EPOCH=1613410994
export GCC_IGNORE_WERROR=1
export CFLAGS="$CFLAGS -fno-lto "
export FCFLAGS="$FFLAGS -fno-lto "
Expand All @@ -79,7 +79,7 @@ python3 setup.py build
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/portend
cp %{_builddir}/portend-2.7.0/LICENSE %{buildroot}/usr/share/package-licenses/portend/8e6689d37f82d5617b7f7f7232c94024d41066d1
cp %{_builddir}/portend-2.7.1/LICENSE %{buildroot}/usr/share/package-licenses/portend/8e6689d37f82d5617b7f7f7232c94024d41066d1
python3 -tt setup.py build install --root=%{buildroot}
echo ----[ mark ]----
cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || :
Expand Down
2 changes: 1 addition & 1 deletion release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26
27
2 changes: 1 addition & 1 deletion upstream
Original file line number Diff line number Diff line change
@@ -1 +1 @@
913051a95a87ddcf49806e352a1b9fd69899c31b/portend-2.7.0.tar.gz
8a36ec7a6494b756569e6711d3530eeb651250d3/portend-2.7.1.tar.gz
2 changes: 1 addition & 1 deletion versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.7.1

0 comments on commit b4a3da7

Please sign in to comment.