Commit Graph

19 Commits

Author SHA256 Message Date
Ana Guerrero
01286b1b4e Accepting request 1104372 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1104372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=9
2023-08-18 17:27:05 +00:00
3d8aee3da6 Accepting request 1104371 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX
- Run tests ignoring DeprecationWarning to make it work with
  python3.12. The DeprecationWarning thrown is "signature of
  throw() is deprecated"

OBS-URL: https://build.opensuse.org/request/show/1104371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=16
2023-08-17 11:47:29 +00:00
Dominique Leuenberger
9fb67a96c7 Accepting request 1085477 from devel:languages:python
- Delete fix_two_tests_py310.patch
- Update to 2.0.0:
  * Drop support for legacy Pythons (2.7, 3.6 or older).
  * Remove Travis/Appveyor CI and switch to GitHub Actions.
  * Added support for Tornado 6 (in the test suite).

OBS-URL: https://build.opensuse.org/request/show/1085477
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=8
2023-05-09 11:07:54 +00:00
ca89cecba2 - Delete fix_two_tests_py310.patch
- Update to 2.0.0:
  * Drop support for legacy Pythons (2.7, 3.6 or older).
  * Remove Travis/Appveyor CI and switch to GitHub Actions.
  * Added support for Tornado 6 (in the test suite).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=14
2023-05-08 09:24:42 +00:00
Dominique Leuenberger
63101e4414 Accepting request 1082004 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1082004
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=7
2023-04-22 20:02:08 +00:00
8fa1c5bdf9 Accepting request 1081331 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=12
2023-04-21 14:57:59 +00:00
Dominique Leuenberger
faffb283bb Accepting request 940585 from devel:languages:python
Please, add to Staging:O.

- Add fix_two_tests_py310.patch which fixes those tests with Python 3.10
  (gh#ionelmc/python-aspectlib#22).

OBS-URL: https://build.opensuse.org/request/show/940585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=6
2021-12-16 20:19:00 +00:00
b7207d6d34 - Add fix_two_tests_py310.patch which fixes those tests with Python 3.10
(gh#ionelmc/python-aspectlib#22).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=11
2021-12-14 22:37:14 +00:00
Dominique Leuenberger
02699521bc Accepting request 940015 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/940015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=5
2021-12-13 19:41:45 +00:00
08825fb892 Accepting request 939925 from home:bnavigator:python-rpm-macros
- Skip two failing tests in python310
  gh#ionelmc/python-aspectlib#24

OBS-URL: https://build.opensuse.org/request/show/939925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=10
2021-12-11 23:52:32 +00:00
Dominique Leuenberger
dbe78f3145 Accepting request 870729 from devel:languages:python
- Update to 1.5.2:
  * Fixed broken import on Python 3.9.
  * Remove some debug leftover prints from `v1.5.0`.

OBS-URL: https://build.opensuse.org/request/show/870729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=4
2021-02-16 21:34:59 +00:00
Steve Kowalik
9f35f8c0a7 - Update to 1.5.2:
* Fixed broken import on Python 3.9.
  * Remove some debug leftover prints from `v1.5.0`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=8
2021-02-10 03:32:54 +00:00
Dominique Leuenberger
f7a8ec09ee Accepting request 796582 from devel:languages:python
- update to 1.5.0
  * Fixed ``weave`` to stop reading attributes that don't match the method selector.
    Contributed by Jonas Maurus in `#14 <https://github.com/ionelmc/python-aspectlib/pull/14>`_.
  * Added support for Python 3.7 and 3.8 (``async def`` functions and generators).
  * Added a convenience ``weave`` fixture for pytest.
- Launch tests

OBS-URL: https://build.opensuse.org/request/show/796582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=3
2020-04-27 21:28:22 +00:00
Tomáš Chvátal
62aa13a1c6 Accepting request 796581 from home:mcalabkova:branches:devel:languages:python
- Launch tests

OBS-URL: https://build.opensuse.org/request/show/796581
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=6
2020-04-23 15:02:32 +00:00
Tomáš Chvátal
61de56ea84 Accepting request 796576 from home:mcalabkova:branches:devel:languages:python
- update to 1.5.0
  * Fixed ``weave`` to stop reading attributes that don't match the method selector.
    Contributed by Jonas Maurus in `#14 <https://github.com/ionelmc/python-aspectlib/pull/14>`_.
  * Added support for Python 3.7 and 3.8 (``async def`` functions and generators).
  * Added a convenience ``weave`` fixture for pytest.
- Launch tests and pin tornado (one test fails with tornado >= 6)

OBS-URL: https://build.opensuse.org/request/show/796576
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=5
2020-04-23 14:53:59 +00:00
Dominique Leuenberger
102cec9e67 Accepting request 785450 from devel:languages:python
Staging:I py2

OBS-URL: https://build.opensuse.org/request/show/785450
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=2
2020-03-26 23:24:33 +00:00
Tomáš Chvátal
21d5a9a571 - Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=3
2020-03-16 06:42:00 +00:00
Dominique Leuenberger
ac7b637a7f Accepting request 687624 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/687624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aspectlib?expand=0&rev=1
2019-03-29 19:37:07 +00:00
Tomáš Chvátal
3d69302eda osc copypac from project:devel:languages:python:misc package:python-aspectlib revision:1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=1
2019-02-19 14:36:33 +00:00