Skip to content

Commit

Permalink
pypi-port_for: Autospec creation for update from version 0.6.2 to ver…
Browse files Browse the repository at this point in the history
…sion 0.6.3

0.6.3 (2022-12-15)
==================

Features
--------

- Add python 3.11 to the list of supported python versions. (`#111 <https://https://github.com/kmike/port-for/issues/111>`_)

Miscellaneus
------------

- Use towncrier as a changelog management tool. (`#107 <https://https://github.com/kmike/port-for/issues/107>`_)
- Moved development dependencies to be managed by pipenv.
  All development process can be managed  with it - which means automatic isolation. (`#108 <https://https://github.com/kmike/port-for/issues/108>`_)

(NEWS truncated at 15 lines)
  • Loading branch information
fenrus75 committed Dec 15, 2022
1 parent 40502ac commit ee4bf9c
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 16 deletions.
22 changes: 22 additions & 0 deletions ChangeLog
@@ -1,6 +1,28 @@
CHANGELOG
=========

.. towncrier release notes start

0.6.3 (2022-12-15)
==================

Features
--------

- Add python 3.11 to the list of supported python versions. (`#111 <https://https://github.com/kmike/port-for/issues/111>`_)


Miscellaneus
------------

- Use towncrier as a changelog management tool. (`#107 <https://https://github.com/kmike/port-for/issues/107>`_)
- Moved development dependencies to be managed by pipenv.
All development process can be managed with it - which means automatic isolation. (`#108 <https://https://github.com/kmike/port-for/issues/108>`_)
- Migrate versioning tool to tbump, and move package definition to pyproject.toml (`#109 <https://https://github.com/kmike/port-for/issues/109>`_)
- Moved as much of the setup.cfg settings into the pyproject.toml as possible.
Dropped pydocstyle support. (`#112 <https://https://github.com/kmike/port-for/issues/112>`_)


0.6.2
----------

Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
PKG_NAME := pypi-port_for
URL = https://files.pythonhosted.org/packages/6b/de/34724ce0498f8fe3a3d4925c7f36185977abfbc60c029ff622cc4bb3736d/port-for-0.6.2.tar.gz
URL = https://files.pythonhosted.org/packages/13/83/4afa8435dbd55cf00d7f02c9aef77ef6696cbcb6d3f09de3501e169eea45/port-for-0.6.3.tar.gz
ARCHIVES =

include ../common/Makefile.common
4 changes: 3 additions & 1 deletion options.conf
@@ -1,6 +1,6 @@
[package]
name = pypi-port_for
url = https://files.pythonhosted.org/packages/6b/de/34724ce0498f8fe3a3d4925c7f36185977abfbc60c029ff622cc4bb3736d/port-for-0.6.2.tar.gz
url = https://files.pythonhosted.org/packages/13/83/4afa8435dbd55cf00d7f02c9aef77ef6696cbcb6d3f09de3501e169eea45/port-for-0.6.3.tar.gz
archives =
giturl =
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
22 changes: 11 additions & 11 deletions pypi-port_for.spec
Expand Up @@ -3,10 +3,10 @@
# Generated by: autospec.py
#
Name : pypi-port_for
Version : 0.6.2
Release : 8
URL : https://files.pythonhosted.org/packages/6b/de/34724ce0498f8fe3a3d4925c7f36185977abfbc60c029ff622cc4bb3736d/port-for-0.6.2.tar.gz
Source0 : https://files.pythonhosted.org/packages/6b/de/34724ce0498f8fe3a3d4925c7f36185977abfbc60c029ff622cc4bb3736d/port-for-0.6.2.tar.gz
Version : 0.6.3
Release : 9
URL : https://files.pythonhosted.org/packages/13/83/4afa8435dbd55cf00d7f02c9aef77ef6696cbcb6d3f09de3501e169eea45/port-for-0.6.3.tar.gz
Source0 : https://files.pythonhosted.org/packages/13/83/4afa8435dbd55cf00d7f02c9aef77ef6696cbcb6d3f09de3501e169eea45/port-for-0.6.3.tar.gz
Summary : Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
Group : Development/Tools
License : MIT
Expand Down Expand Up @@ -63,18 +63,18 @@ python3 components for the pypi-port_for package.


%prep
%setup -q -n port-for-0.6.2
cd %{_builddir}/port-for-0.6.2
%setup -q -n port-for-0.6.3
cd %{_builddir}/port-for-0.6.3
pushd ..
cp -a port-for-0.6.2 buildavx2
cp -a port-for-0.6.3 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=1656395156
export SOURCE_DATE_EPOCH=1671132519
export GCC_IGNORE_WERROR=1
export AR=gcc-ar
export RANLIB=gcc-ranlib
Expand All @@ -86,8 +86,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 All @@ -99,7 +99,7 @@ popd
export MAKEFLAGS=%{?_smp_mflags}
rm -rf %{buildroot}
mkdir -p %{buildroot}/usr/share/package-licenses/pypi-port_for
cp %{_builddir}/port-for-0.6.2/LICENSE.txt %{buildroot}/usr/share/package-licenses/pypi-port_for/8375d44da4da4fdb84131e2c704745dc9faaa177
cp %{_builddir}/port-for-%{version}/LICENSE.txt %{buildroot}/usr/share/package-licenses/pypi-port_for/8375d44da4da4fdb84131e2c704745dc9faaa177 || :
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 @@
8
9
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
0a2ea4772f6cb2fcea805169dea69612485da32a/port-for-0.6.2.tar.gz
312aaab616f01fc1807da136101a354ec7c5262e/port-for-0.6.3.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
0.6.2
0.6.3

0 comments on commit ee4bf9c

Please sign in to comment.