1
0

Accepting request 768783 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to 3.0.0
  + Added
    * Support and tests for Python 3.8
    * Text to highlight that `fastnumbers` is not always faster that native Python
    * `on_fail` option that is identical to `key`, but has a more descriptive name
    * Windows testing to Travis-CI
    * Code quality checks to Travis-CI
    * Deployment from Travis-CI
    * RELEASING.md
  + Changed
    * Cleaned up all test code so that it no longer includes unused code
      and also conformes to flake8/black
    * Near-complete re-write of the README, hopefully to make the functionality
      of `fastnumbers` clearer, to support better navigation, and to better
      highlight caveats.
    * Made all named options keyword-only except for `default`
  + Deprecated
    * `key` function (it will forever remain allowed, but is "hidden" and cannot
      be given with `on_fail`)
  + Fixed
    * Bug where the `coerce` option of `real()` was ignored
    * Improved testing reproducibility by pinning all test dependencies
  + Removed
    * Support for Python 2.7 and Python 3.4
    * Appveyor service

OBS-URL: https://build.opensuse.org/request/show/768783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=15
This commit is contained in:
Todd R
2020-01-30 15:49:14 +00:00
committed by Git OBS Bridge
parent dd733cbc7a
commit 3cabc0af74
4 changed files with 35 additions and 5 deletions
+30
View File
@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Jan 30 14:50:20 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 3.0.0
+ Added
* Support and tests for Python 3.8
* Text to highlight that `fastnumbers` is not always faster that native Python
* `on_fail` option that is identical to `key`, but has a more descriptive name
* Windows testing to Travis-CI
* Code quality checks to Travis-CI
* Deployment from Travis-CI
* RELEASING.md
+ Changed
* Cleaned up all test code so that it no longer includes unused code
and also conformes to flake8/black
* Near-complete re-write of the README, hopefully to make the functionality
of `fastnumbers` clearer, to support better navigation, and to better
highlight caveats.
* Made all named options keyword-only except for `default`
+ Deprecated
* `key` function (it will forever remain allowed, but is "hidden" and cannot
be given with `on_fail`)
+ Fixed
* Bug where the `coerce` option of `real()` was ignored
* Improved testing reproducibility by pinning all test dependencies
+ Removed
* Support for Python 2.7 and Python 3.4
* Appveyor service
-------------------------------------------------------------------
Mon Aug 26 01:04:51 UTC 2019 - Todd R <toddrme2178@gmail.com>
+2 -2
View File
@@ -1,7 +1,7 @@
#
# spec file for package python-fastnumbers
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-fastnumbers
Version: 2.2.1
Version: 3.0.0
Release: 0
Summary: Drop-in replacement for Python's int and float
License: MIT
Binary file not shown.
Binary file not shown.