forked from pool/python-semver
- update to version 2.9.0:
- Version 2.9.0 (WIP): - Features: - :gh:`59` (:pr:`164`): Implemented a command line interface - :gh:`85` (:pr:`147`, :pr:`154`): Improved contribution section - :gh:`104` (:pr:`125`): Added iterator to :func:`semver.VersionInfo` - :gh:`112`, :gh:`113`: Added Python 3.7 support - :pr:`120`: Improved test_immutable function with properties - :pr:`125`: Created :file:`setup.cfg` for pytest and tox - :gh:`126` (:pr:`127`): Added target for documentation in :file:`tox.ini` - :gh:`142` (:pr:`143`): Improved usage section - :gh:`144` (:pr:`156`): Added :func:`semver.replace` and :func:`semver.VersionInfo.replace` functions - :gh:`145` (:pr:`146`): Added posargs in :file:`tox.ini` - :pr:`157`: Introduce :file:`conftest.py` to improve doctests - :pr:`165`: Improved code coverage - :pr:`166`: Reworked :file:`.gitignore` file - :gh:`167` (:pr:`168`): Introduced global constant :data:`SEMVER_SPEC_VERSION` - Bug Fixes: - :gh:`102`: Fixed comparison between VersionInfo and tuple - :gh:`103`: Disallow comparison between VersionInfo and string (and int) - :gh:`121` (:pr:`122`): Use python3 instead of python3.4 in :file:`tox.ini` - :pr:`123`: Improved :func:`__repr__` and derive class name from :func:`type` - :gh:`128` (:pr:`129`): Fixed wrong datatypes in docstring for :func:`semver.format_version` - :gh:`135` (:pr:`140`): Converted prerelease and build to string - :gh:`136` (:pr:`151`): Added testsuite to tarball - :gh:`154` (:pr:`155`): Improved README description - Removals: - :gh:`111` (:pr:`110`): Droped Python 3.3 - :gh:`148` (:pr:`149`): Removed and replaced ``python setup.py test`` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
05bab370be
commit
5aa6fe32da
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf6da5e404ca04443393d0572dc52a5d9ae4c46ea87127e99792081ebefff996
|
|
||||||
size 15000
|
|
3
python-semver-2.9.0.tar.gz
Normal file
3
python-semver-2.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98d9771e677dcf7393e254671e78cb9fbed9223dcaec8371d8e7c09a099d1420
|
||||||
|
size 24767
|
@@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 26 14:15:33 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||||
|
|
||||||
|
- update to version 2.9.0:
|
||||||
|
- Version 2.9.0 (WIP):
|
||||||
|
- Features:
|
||||||
|
- :gh:`59` (:pr:`164`): Implemented a command line interface
|
||||||
|
- :gh:`85` (:pr:`147`, :pr:`154`): Improved contribution section
|
||||||
|
- :gh:`104` (:pr:`125`): Added iterator to :func:`semver.VersionInfo`
|
||||||
|
- :gh:`112`, :gh:`113`: Added Python 3.7 support
|
||||||
|
- :pr:`120`: Improved test_immutable function with properties
|
||||||
|
- :pr:`125`: Created :file:`setup.cfg` for pytest and tox
|
||||||
|
- :gh:`126` (:pr:`127`): Added target for documentation in :file:`tox.ini`
|
||||||
|
- :gh:`142` (:pr:`143`): Improved usage section
|
||||||
|
- :gh:`144` (:pr:`156`): Added :func:`semver.replace` and :func:`semver.VersionInfo.replace`
|
||||||
|
functions
|
||||||
|
- :gh:`145` (:pr:`146`): Added posargs in :file:`tox.ini`
|
||||||
|
- :pr:`157`: Introduce :file:`conftest.py` to improve doctests
|
||||||
|
- :pr:`165`: Improved code coverage
|
||||||
|
- :pr:`166`: Reworked :file:`.gitignore` file
|
||||||
|
- :gh:`167` (:pr:`168`): Introduced global constant :data:`SEMVER_SPEC_VERSION`
|
||||||
|
- Bug Fixes:
|
||||||
|
- :gh:`102`: Fixed comparison between VersionInfo and tuple
|
||||||
|
- :gh:`103`: Disallow comparison between VersionInfo and string (and int)
|
||||||
|
- :gh:`121` (:pr:`122`): Use python3 instead of python3.4 in :file:`tox.ini`
|
||||||
|
- :pr:`123`: Improved :func:`__repr__` and derive class name from :func:`type`
|
||||||
|
- :gh:`128` (:pr:`129`): Fixed wrong datatypes in docstring for :func:`semver.format_version`
|
||||||
|
- :gh:`135` (:pr:`140`): Converted prerelease and build to string
|
||||||
|
- :gh:`136` (:pr:`151`): Added testsuite to tarball
|
||||||
|
- :gh:`154` (:pr:`155`): Improved README description
|
||||||
|
- Removals:
|
||||||
|
- :gh:`111` (:pr:`110`): Droped Python 3.3
|
||||||
|
- :gh:`148` (:pr:`149`): Removed and replaced ``python setup.py test``
|
||||||
|
- update to version 2.8.2:
|
||||||
|
- Skipped, not released.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 3 10:08:21 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Thu Oct 3 10:08:21 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-semver
|
# spec file for package python-semver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,14 +19,15 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%bcond_without test
|
%bcond_without test
|
||||||
Name: python-semver
|
Name: python-semver
|
||||||
Version: 2.8.1
|
Version: 2.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python helper for Semantic Versioning
|
Summary: Python helper for Semantic Versioning
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/k-bx/python-semver
|
URL: https://github.com/k-bx/python-semver
|
||||||
# https://github.com/k-bx/python-semver/issues/136
|
# https://github.com/k-bx/python-semver/issues/136
|
||||||
Source: https://github.com/k-bx/python-semver/archive/%{version}.tar.gz
|
Source: https://github.com/k-bx/python-semver/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module pytest-cov}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@@ -58,5 +59,6 @@ See also http://semver.org/
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/semver*
|
%{python_sitelib}/semver*
|
||||||
%pycache_only %{python_sitelib}/__pycache__/semver*
|
%pycache_only %{python_sitelib}/__pycache__/semver*
|
||||||
|
%python3_only %{_bindir}/pysemver
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user