17
0
Commit Graph

27 Commits

Author SHA256 Message Date
959fe3ab57 Accepting request 1225877 from devel:languages:python:numeric
For Staging:J

- Add fix-compiler-errors.patch with upstream fixes for compiler
  errors.
- Use %pytest_arch instead of home made calling of pytest.

OBS-URL: https://build.opensuse.org/request/show/1225877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=13
2024-11-26 19:55:16 +00:00
852b05d493 - Add fix-compiler-errors.patch with upstream fixes for compiler
errors.
- Use %pytest_arch instead of home made calling of pytest.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=27
2024-11-22 18:58:00 +00:00
9082b141c3 Accepting request 1135700 from devel:languages:python:numeric
- update to 5.1.0:
  * Added the ``denoise`` option to convert floats to int without
  * numerical noise (issues #69 and #77)
  * Support for Python 3.12 (issues #73 and #75)
- switch to gcc 13 on SLE15

      that is now hidden in 3.9)

OBS-URL: https://build.opensuse.org/request/show/1135700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=12
2024-01-03 11:24:58 +00:00
9baab1dd33 - switch to gcc 13 on SLE15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=25
2023-12-29 18:36:50 +00:00
a4689e3414 - update to 5.1.0:
* Added the ``denoise`` option to convert floats to int without
  * numerical noise (issues #69 and #77)
  * Support for Python 3.12 (issues #73 and #75)
      that is now hidden in 3.9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=24
2023-12-29 18:36:37 +00:00
77e8430db4 Accepting request 1101334 from devel:languages:python:numeric
- Update to 5.0.1
  * Fixed
    - Add back missing key option in type hints for deprecated fast_* functions
- Update to 5.0.0
  * Added
    - Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues #61, #63 and #67)
    - Added try_array to enable very fast conversions directly to numpy arrays (issues #62 and #65)
  * Changed
    - Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue #66)
    - Significantly simplified the type annotations (by 4000+ lines!)
  * Fixed
    - Increased code coverage and fixed missing headers in codecov reaport (issue #64)
- Add %{?sle15_python_module_pythons}
- Ensure that SLE-15 uses gcc-12.

OBS-URL: https://build.opensuse.org/request/show/1101334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=11
2023-07-30 18:57:56 +00:00
c04b7dee59 - Ensure that SLE-15 uses gcc-12.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=22
2023-07-29 20:25:01 +00:00
172a11d1be Clean up the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=21
2023-07-10 23:15:09 +00:00
55e1aedccc Accepting request 1098001 from home:ecsos:python
- Update to 5.0.1
  * Fixed
    - Add back missing key option in type hints for deprecated fast_* functions
- Update to 5.0.0
  * Added
    - Added the map option to all try_* functions to enable very fast conversions of lists or other iterables (issues #61, #63 and #67)
    - Added try_array to enable very fast conversions directly to numpy arrays (issues #62 and #65)
  * Changed
    - Move to a model where the return code is a value or error instead of a model where one has to check the error state after getting a value (issue #66)
    - Significantly simplified the type annotations (by 4000+ lines!)
  * Fixed
    - Increased code coverage and fixed missing headers in codecov reaport (issue #64)
   - Add %{?sle15_python_module_pythons}
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1098001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastnumbers?expand=0&rev=20
2023-07-10 23:09:57 +00:00
9d979217ca Accepting request 948264 from devel:languages:python:numeric
- 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/request/show/948264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=10
2022-01-23 21:24:22 +00:00
255a6b959d - 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
fff5117801 Accepting request 886526 from devel:languages:python:numeric
- 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/request/show/886526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=9
2021-04-19 19:05:55 +00:00
ce6f763687 - 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
5604723c66 Accepting request 768786 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/768786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=8
2020-02-03 10:12:45 +00:00
Todd R
3cabc0af74 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
142a1a6a93 Accepting request 725988 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/725988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=7
2019-08-27 08:22:05 +00:00
Todd R
dd733cbc7a 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
80310e97f3 Accepting request 704700 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/704700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=6
2019-05-22 13:41:06 +00:00
Tomáš Chvátal
5089eb6185 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
5077430104 Accepting request 695145 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/695145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=5
2019-04-18 07:56:48 +00:00
Tomáš Chvátal
f8bc42e267 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
Stephan Kulow
9e39c5947f Accepting request 671305 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/671305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=4
2019-02-05 10:19:15 +00:00
c1bf09658b 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
d5f9d9a967 Accepting request 639320 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/639320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastnumbers?expand=0&rev=3
2018-10-02 17:47:20 +00:00
Tomáš Chvátal
e0221d39fb 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
0e9b809293 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
dbf20300a7 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