17
0
Commit Graph

10 Commits

Author SHA256 Message Date
af21caa266 - update to 3.2.1:
* Support for Python 3.10
  * Full coverage of mypy type-checking
  * Support for Python 3.5

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=19
2022-01-23 20:44:03 +00:00
ccbfeff1f0 - Update to 3.1.0:
* Added
    + query_type function to determine what as type fastnumbers will
      interpret a given input
  * Fixed
    + Support for Python 3.9 (eliminate use of private Python C function
      that is now hidden in 3.9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=17
2021-04-19 05:56:09 +00:00
Todd R
5ace0a3f31 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
2020-01-30 15:49:14 +00:00
Todd R
1fd4da0cb8 Accepting request 725987 from home:TheBlackCat:branches:devel:languages:python:numeric
Fix spurious test failure

OBS-URL: https://build.opensuse.org/request/show/725987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=13
2019-08-26 01:10:29 +00:00
Tomáš Chvátal
8a21e9fba0 Accepting request 704481 from home:Andreas_Schwab:Factory
- Remove arch restriction

OBS-URL: https://build.opensuse.org/request/show/704481
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=11
2019-05-22 10:19:22 +00:00
Tomáš Chvátal
cdede65022 Accepting request 695144 from home:pgajdos
- version update to 2.2.1
  * Formatting docstring
  * Add `allow_underscores` option to toggle whether or not underscores
   are allowed inside numbers on Python >= 3.6
  * Update CHANGELOG format to style from https://keepachangelog.com/

OBS-URL: https://build.opensuse.org/request/show/695144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=9
2019-04-17 12:16:42 +00:00
59da579766 Accepting request 671303 from home:mcepl:branches:devel:languages:python:numeric
Add missing python3-testsuite BR

OBS-URL: https://build.opensuse.org/request/show/671303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=7
2019-02-05 07:25:28 +00:00
Tomáš Chvátal
ee601c5ded Accepting request 639250 from home:apersaud:branches:devel:languages:python:numeric
update to latest version

OBS-URL: https://build.opensuse.org/request/show/639250
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=5
2018-10-01 07:04:57 +00:00
1ba4f8af7a Accepting request 626403 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/626403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=2
2018-07-31 14:01:36 +00:00
4cd209fa9f Accepting request 612071 from devel:languages:python
Fast conversions to numbers

OBS-URL: https://build.opensuse.org/request/show/612071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=1
2018-06-02 10:04:14 +00:00