15
0
forked from pool/python-pamqp
Commit Graph

23 Commits

Author SHA256 Message Date
3fe8f0cca6 Accepting request 1008146 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1008146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=9
2022-10-06 05:42:03 +00:00
5e3a542141 Accepting request 1008024 from home:yarunachalam:branches:devel:languages:python
- Update to 3.2.0 (2022-06-27)
  * Allow long-str to fall back to bytes in case of UnicodeDecodeError (AMQP 1.0 interop) (#40 - dmaone)
  * DOMAIN_REGEX enhanced to fulfill tag uri scheme for exchange and queue names. (#42 - deschmih)
- Update to 3.1.0 (2022-01-10)
  * Add implicit UTC timezone behavior to the AMQP Basic.Properties timestamp value. (#37 - RemiCardona)
  * Add support for short-short-int and short-short-uint. (#33 - michal800106)

OBS-URL: https://build.opensuse.org/request/show/1008024
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=22
2022-10-05 09:31:05 +00:00
19fbc0f3fe Accepting request 874639 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/874639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=8
2021-02-23 19:22:29 +00:00
48b0751ea7 Accepting request 874631 from home:jayvdb:branches:devel:languages:python
- Disabled Python 2 builds
- Update to v3.0.1
  * See https://github.com/gmr/pamqp/blob/master/docs/changelog.rst

OBS-URL: https://build.opensuse.org/request/show/874631
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=20
2021-02-23 16:14:50 +00:00
35b9d88597 Accepting request 812810 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/812810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=7
2020-06-09 22:49:45 +00:00
Tomáš Chvátal
e602ca773e Accepting request 812793 from home:mcalabkova:branches:devel:languages:python
- replace nose with pytest

OBS-URL: https://build.opensuse.org/request/show/812793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=18
2020-06-09 07:56:10 +00:00
dce0508dd7 Accepting request 796484 from devel:languages:python
- Fix build without python2

OBS-URL: https://build.opensuse.org/request/show/796484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=6
2020-04-23 16:35:07 +00:00
Tomáš Chvátal
960e0f330e - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=16
2020-04-23 10:36:20 +00:00
cb681833d2 Accepting request 698176 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/698176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=5
2019-04-30 11:05:13 +00:00
Tomáš Chvátal
46ad313a22 Accepting request 698132 from home:pgajdos
- do not require unittest2 for testing with python3

OBS-URL: https://build.opensuse.org/request/show/698132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=14
2019-04-26 11:06:08 +00:00
Tomáš Chvátal
5096e74fb4 Accepting request 698076 from home:pgajdos
- version update to 2.3.0
  - Add :py:func:`pamqp.encode.support_deprecated_rabbitmq` function
    to limit data types available when encoding field-tables for older
    RabbitMQ versions.
  - Change :py:meth:`pamqp.encode.timestamp` to allow for numeric/epoch
    timestamps (#14 - `mosquito <https://github.com/mosquito>`_)
  - Change :py:meth:`pamqp.frame.frame_parts` to a public method
    (#15 - `mosquito <https://github.com/mosquito>`_)
  - Cleanup of code to pass configured flake8 tests
  - Add support for 8-bit unsigned integer values in
    :py:meth:`pamqp.encode.table_integer`

OBS-URL: https://build.opensuse.org/request/show/698076
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=13
2019-04-26 09:36:05 +00:00
56bf16f6d3 Accepting request 689759 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/689759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=4
2019-03-29 19:43:07 +00:00
Tomáš Chvátal
ca85a5c414 Accepting request 689727 from home:pgajdos
- version update to 2.1.0
  * Change raising a DeprecationWarning exception to using
    warnings.warn for deprecated AMQP methods

OBS-URL: https://build.opensuse.org/request/show/689727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=11
2019-03-29 09:22:21 +00:00
8197aeb224 Accepting request 637004 from devel:languages:python
- Version update to 2.0.0:
  * Small bugfixes only, support for py3.4+ and 2.7+ only
- Drop upstream merged patch:
  * 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch

OBS-URL: https://build.opensuse.org/request/show/637004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=3
2018-09-24 11:12:46 +00:00
Tomáš Chvátal
7e57906675 - Drop upstream merged patch:
* 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=9
2018-09-21 07:57:31 +00:00
Tomáš Chvátal
5dc30bd559 - Version update to 2.0.0:
* Small bugfixes only, support for py3.4+ and 2.7+ only

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=8
2018-09-21 07:57:08 +00:00
c5473149b9 Accepting request 635408 from devel:languages:python
- Add 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch fixing tests
  on 32bit archs. See https://github.com/gmr/pamqp/issues/11

OBS-URL: https://build.opensuse.org/request/show/635408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=2
2018-09-13 22:01:31 +00:00
ebd7040f1f Add 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch fixing tests
on 32bit archs. See https://github.com/gmr/pamqp/issues/11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=6
2018-09-12 09:28:08 +00:00
fd73bc5664 Accepting request 632294 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/632294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=1
2018-08-31 08:47:53 +00:00
Tomáš Chvátal
e69646887e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=4 2018-08-30 11:29:15 +00:00
Tomáš Chvátal
44a2b55540 - Switch to github tarball to get tests
- Run tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=3
2018-08-29 13:55:45 +00:00
f2f215d97b Speclcean ...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=2
2018-08-29 13:39:32 +00:00
7e0084147e Accepting request 632044 from home:seanmarlow:branches:devel:languages:python:misc
Add package back to d:l:p.

OBS-URL: https://build.opensuse.org/request/show/632044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=1
2018-08-28 23:59:30 +00:00