14
0
forked from pool/python-semver
Commit Graph

22 Commits

Author SHA256 Message Date
cb3aed6963 Accepting request 802284 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/802284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=11
2020-05-11 11:37:35 +00:00
Tomáš Chvátal
d62028be47 Accepting request 802262 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/802262
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=21
2020-05-09 17:30:28 +00:00
219e6477e2 Accepting request 779224 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/779224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=10
2020-02-26 14:04:40 +00:00
Sebastian Wagner
d100318dbe - 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
2020-02-18 20:04:52 +00:00
ab956afb2d Accepting request 753273 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/753273
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=9
2019-12-04 12:53:20 +00:00
Sebastian Wagner
5aa6fe32da - 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
2019-11-26 14:17:36 +00:00
c6b16b75ed Accepting request 734777 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/734777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=8
2019-10-03 12:10:29 +00:00
Sebastian Wagner
05bab370be Accepting request 734770 from home:jayvdb:branches:devel:languages:python
Add Conflicts: python-node-semver
Add fdupes

OBS-URL: https://build.opensuse.org/request/show/734770
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=15
2019-10-03 10:37:41 +00:00
d2285cec7e Accepting request 708128 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/708128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=7
2019-06-06 16:19:26 +00:00
Tomáš Chvátal
0a03fab00b Accepting request 708127 from home:pgajdos
- run the testsuite

OBS-URL: https://build.opensuse.org/request/show/708127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=13
2019-06-06 12:41:33 +00:00
3813f274ca Accepting request 659664 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659664
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=6
2018-12-24 10:43:47 +00:00
c066f906e1 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=11
2018-12-04 14:01:52 +00:00
04cbc581bc Accepting request 622232 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/622232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=5
2018-07-13 08:21:19 +00:00
Sebastian Wagner
b7fc2a73e1 Accepting request 622190 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/622190
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=9
2018-07-12 06:11:59 +00:00
0a659e38d4 Accepting request 617156 from devel:languages:python
- update to version 2.8.0 (excerpt):
 * Issue #79 (PR #81 #84). Define and improve a release procedure file
 * Issue #72 #73 (PR #75). Implements __str__ and __hash__

OBS-URL: https://build.opensuse.org/request/show/617156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=4
2018-06-29 20:27:18 +00:00
Sebastian Wagner
288de8de9e - update to version 2.8.0 (excerpt):
* Issue #79 (PR #81 #84). Define and improve a release procedure file
 * Issue #72 #73 (PR #75). Implements __str__ and __hash__

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=7
2018-05-21 06:44:49 +00:00
ac0d11c571 Accepting request 541981 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/541981
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=3
2017-11-17 09:54:42 +00:00
2bfbd7b813 Accepting request 541921 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/541921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=5
2017-11-15 09:29:53 +00:00
aa7b97b066 Accepting request 533146 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/533146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=2
2017-10-13 12:16:26 +00:00
Sebastian Wagner
dfdea6bf32 - update to 2.7.8
* PR #62. Support custom default names for pre and build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=3
2017-08-25 07:57:47 +00:00
dbf379efee Accepting request 501317 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/501317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-semver?expand=0&rev=1
2017-06-20 07:39:12 +00:00
e9964a20e3 Accepting request 500784 from home:sebix
OBS-URL: https://build.opensuse.org/request/show/500784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-semver?expand=0&rev=1
2017-06-06 08:33:59 +00:00