c874622976
- Convert to libalternatives on SLE-16-based and newer systems only
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=38
2025-08-26 12:05:06 +00:00
31335224ed
- Convert to libalternatives
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=36
2025-06-16 14:42:37 +00:00
5a4bd57efe
- Update to 1.12.0:
...
* Bug fixes:
+ [AVRO-1318]: Python schema should store fingerprints
+ [AVRO-3622]: Python compatibility check fails if record with and
without namespace are compared
+ [AVRO-3659]: Typo in python example
+ [AVRO-3667]: [Python] Python 3.10 CI test fails since a while
+ [AVRO-3669]: Missing py.typed file
+ [AVRO-3861]: [Build] Add RAT exclusions for python docs
+ [AVRO-3866]: [Build][Python] Files are leftover after a build
* Improvements:
+ [AVRO-312]: Generate documentation for Python with Sphinx
+ [AVRO-1938]: Python support for generating canonical forms of schema
+ [AVRO-3879]: [Build][Python] Fix ./build.sh clean to remove the
generated Python documents
+ [AVRO-3977]: Fix failing typecheck in Python 3.12
* Tests:
+ [AVRO-3696]: [Python] Replace tox-wheel with upstream tox 4
* Tasks:
+ [AVRO-3808]: Drop support for Python 3.6, add Pypy 3.8-3.10
- Switch to pyproject and pyunittest macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=34
2024-08-27 05:24:46 +00:00
6e21b742a4
Accepting request 1155950 from home:glaubitz:branches:devel:languages:python
...
- Switch package to modern Python Stack on SLE-15
+ Add %{?sle15_python_module_pythons}
+ Drop %define skip_python2 1
OBS-URL: https://build.opensuse.org/request/show/1155950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=32
2024-03-07 14:52:56 +00:00
dad58ac96b
Accepting request 1118579 from home:dimstar:Factory
...
- Update to version 1.11.3:
+ See jira board for all the fixes addressed in this release:
https://issues.apache.org/jira/browse/AVRO-3855?jql=project%3DAVRO%20AND%20fixVersion%3D1.11.3
- Drop py311.patch: fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/1118579
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=30
2023-10-19 06:05:01 +00:00
55d8da65e4
- Add py311.patch to make tests compatible with python 3.11 gh#apache/avro#1961
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=28
2023-01-25 12:58:47 +00:00
cdd2864024
- Update to 1.11.1 (from GitHub release notes):
...
- Avro specification
- Clarify which names are allowed to be qualified with
namespaces
- Inconsistent behaviour on types as invalid names
- Clarify how fullnames are created, with example
- IDL: add syntax to create optional fields
- Improve docs for logical type annotation
- Python
- Scale assignment optimization
- "Scale" property from decimal object
- Byte reading in avro.io does not assert bytes read
- validate the default value of an enum field
- Pass LogicalType to BytesDecimalSchema
- Website
- Website refactor
- Document IDL support in IDEs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=26
2022-08-06 08:15:05 +00:00
c6c5ab15fb
Accepting request 992748 from home:ohollmann:branches:devel:languages:python
...
- Update to 1.11.1
OBS-URL: https://build.opensuse.org/request/show/992748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=25
2022-08-05 13:34:34 +00:00
6a54815a06
Accepting request 931754 from home:Guillaume_G:branches:openSUSE:Factory:ARM
...
- Disable test_minimum_speed which is unstable in OBS
OBS-URL: https://build.opensuse.org/request/show/931754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=24
2021-11-16 15:38:18 +00:00
5a8f0e38ae
Accepting request 929057 from home:glaubitz:branches:devel:languages:python
...
- Update to 1.11.0
* Improved performance validating deep record data
* Drop Python 2 support
* Drop Python 3.5 support
* The avro package fully supports Python 3. We will no
longer publish a separate avro-python3 package
- Disable Python2 builds
OBS-URL: https://build.opensuse.org/request/show/929057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=23
2021-11-06 10:39:16 +00:00
dcf76e95bf
Accepting request 885900 from home:mcalabkova:branches:devel:languages:python
...
- update to 1.10.2
* Python: AVRO-2656 The standard avro package supports Python 3, and
the avro-python3 package is in the process of being deprecated.
* Threading.is_alive Spelling for Py3.9
OBS-URL: https://build.opensuse.org/request/show/885900
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=21
2021-04-16 09:36:19 +00:00
938ce1d24b
- update to 1.10.1:
...
* AVRO-2889 python tether test is flaky
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=19
2021-01-18 21:23:39 +00:00
Tomáš Chvátal
c12c0abbab
Accepting request 820323 from home:bnavigator:branches:devel:languages:python
...
- Update to version 1.10.0
AVRO-2387 Type checking added to python
AVRO-2656 avro-python package is now the preferred python3 library
and avro-python3 is prepared to be deprecated
- reenable unit tests
- remove unnecessary BuildRequires for the linting packages
- add untested and not in setup.cfg declared but imported packages
into Requires https://issues.apache.org/jira/browse/AVRO-2595
I stumbled upon this because of the isort fiasco. This package does not
even require it.
OBS-URL: https://build.opensuse.org/request/show/820323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=17
2020-07-12 06:35:07 +00:00
Tomáš Chvátal
9562ba0ac8
Accepting request 809563 from home:pgajdos:python
...
submit
OBS-URL: https://build.opensuse.org/request/show/809563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=15
2020-05-28 07:32:21 +00:00
Tomáš Chvátal
c0df53ac34
Accepting request 781788 from home:pgajdos:python
...
- version update to 1.9.2
* no upstream changelog found
OBS-URL: https://build.opensuse.org/request/show/781788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=13
2020-03-05 10:01:17 +00:00
Tomáš Chvátal
b7f97fe846
- Update to 1.9.0:
...
* no upstream changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=10
2019-09-13 11:30:54 +00:00
b02fa96a68
Accepting request 711312 from home:pgajdos
...
- version update to 1.9.0
* no upstream changelog found
OBS-URL: https://build.opensuse.org/request/show/711312
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=8
2019-06-21 11:53:06 +00:00
1da4c8a75d
Remove superfluous devel dependency for noarch package
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=3
2018-12-04 13:15:01 +00:00
Todd R
be1c6e8eff
Accepting request 652676 from home:jengelh:branches:devel:languages:python
...
- Avoid name repetition in summary.
OBS-URL: https://build.opensuse.org/request/show/652676
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=2
2018-11-30 01:51:36 +00:00
Thomas Bechtold
8a7767db2e
- Initial packaging (version 1.8.2)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=1
2018-11-29 13:23:43 +00:00