14
0
forked from pool/python-semver

- update to version 2.9.1:

- Features:
  - :gh:`177` (:pr:`178`): Fixed repository and CI links (moved https://github.com/k-bx/python-semver/ repository to https://github.com/python-semver/python-semver/)
  - :pr:`179`: Added note about moving this project to the new python-semver organization on GitHub
  - :gh:`187` (:pr:`188`): Added logo for python-semver organization and documentation
  - :gh:`191` (:pr:`194`): Created manpage for pysemver
  - :gh:`196` (:pr:`197`): Added distribution specific installation instructions
  - :gh:`201` (:pr:`202`): Reformatted source code with black
  - :gh:`208` (:pr:`209`): Introduce new function :func:`semver.VersionInfo.isvalid`
    and extend :command:`pysemver` with :command:`check` subcommand
  - :gh:`210` (:pr:`215`): Document how to deal with invalid versions
  - :pr:`212`: Improve docstrings according to PEP257
 - Bug Fixes:
  - :gh:`192` (:pr:`193`): Fixed "pysemver" and "pysemver bump" when called without arguments

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=19
This commit is contained in:
Sebastian Wagner
2020-02-18 20:04:52 +00:00
committed by Git OBS Bridge
parent 5aa6fe32da
commit d100318dbe
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98d9771e677dcf7393e254671e78cb9fbed9223dcaec8371d8e7c09a099d1420
size 24767

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6132e85fc9edbce6c049d60a3e297885c88c7c9ac9a3f4f021369b67bf1cb8ed
size 32437

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Feb 18 20:00:54 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 2.9.1:
- Features:
- :gh:`177` (:pr:`178`): Fixed repository and CI links (moved https://github.com/k-bx/python-semver/ repository to https://github.com/python-semver/python-semver/)
- :pr:`179`: Added note about moving this project to the new python-semver organization on GitHub
- :gh:`187` (:pr:`188`): Added logo for python-semver organization and documentation
- :gh:`191` (:pr:`194`): Created manpage for pysemver
- :gh:`196` (:pr:`197`): Added distribution specific installation instructions
- :gh:`201` (:pr:`202`): Reformatted source code with black
- :gh:`208` (:pr:`209`): Introduce new function :func:`semver.VersionInfo.isvalid`
and extend :command:`pysemver` with :command:`check` subcommand
- :gh:`210` (:pr:`215`): Document how to deal with invalid versions
- :pr:`212`: Improve docstrings according to PEP257
- Bug Fixes:
- :gh:`192` (:pr:`193`): Fixed "pysemver" and "pysemver bump" when called without arguments
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 26 14:15:33 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at> Tue Nov 26 14:15:33 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-semver # spec file for package python-semver
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 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,7 +19,7 @@
%{?!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.9.0 Version: 2.9.1
Release: 0 Release: 0
Summary: Python helper for Semantic Versioning Summary: Python helper for Semantic Versioning
License: BSD-3-Clause License: BSD-3-Clause