Compare commits

17 Commits

Author SHA256 Message Date
bff7cf1d26 Accepting request 1299306 from devel:languages:python
- Skip a test that breaks with pytest 8.4.1.

OBS-URL: https://build.opensuse.org/request/show/1299306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=9
2025-08-15 19:51:32 +00:00
077a261d8f - Skip a test that breaks with pytest 8.4.1.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=19
2025-08-14 02:41:43 +00:00
08ff7b7536 Accepting request 1282313 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1282313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=8
2025-06-03 15:56:45 +00:00
cc83c93e80 Accepting request 1097941 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1097941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=7
2023-07-10 14:40:43 +00:00
5539f6474b Accepting request 1097131 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1097131
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=15
2023-07-10 12:17:18 +00:00
612b7bf5da Accepting request 1091247 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1091247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=6
2023-06-07 21:07:52 +00:00
c7d4c4b514 Accepting request 1091223 from home:pgajdos:python
- do not require six
- added patches
  fix https://github.com/syrusakbary/promise/issues/101
  + python-promise-no-six.patch

OBS-URL: https://build.opensuse.org/request/show/1091223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=13
2023-06-07 10:10:37 +00:00
1ae0fd71ce Accepting request 1067864 from devel:languages:python
- Add python-311.patch to support python 3.11
  gh#syrusakbary/promise#99

OBS-URL: https://build.opensuse.org/request/show/1067864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=5
2023-02-27 11:55:30 +00:00
965c333517 - Add python-311.patch to support python 3.11
gh#syrusakbary/promise#99

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=11
2023-02-24 11:23:34 +00:00
a294f50cb4 Accepting request 983793 from devel:languages:python
- Remove now broken bconds for python2/python3.
- Add patch pytest-7-support.patch:
  * Support pytest 7.0+ changes.

OBS-URL: https://build.opensuse.org/request/show/983793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=4
2022-06-20 13:38:04 +00:00
9e337e76a6 - Remove now broken bconds for python2/python3.
- Add patch pytest-7-support.patch:
  * Support pytest 7.0+ changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=9
2022-06-20 03:00:20 +00:00
a0184922e1 Accepting request 786242 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=3
2020-03-19 18:49:59 +00:00
Tomáš Chvátal
6403013bd4 Accepting request 786210 from home:mcalabkova:branches:devel:languages:python
- Update to version 2.3.0
  * Distribute type module maker for mypy
  * Fix memory leak on dynamically created types
  * Make Dataloader keep cache object
  * Fix Python 3.7 deprecation warnings
  * Make Promise and Dataloader thread-safe

OBS-URL: https://build.opensuse.org/request/show/786210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=7
2020-03-18 17:42:01 +00:00
f4b595c5af Accepting request 673322 from devel:languages:python
- Update to version 2.2.1:
  * support python3
  * have license in tarball

OBS-URL: https://build.opensuse.org/request/show/673322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=2
2019-02-13 09:01:20 +00:00
Tomáš Chvátal
7e89b6619f - Update to version 2.2.1:
* support python3
  * have license in tarball

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=5
2019-02-11 12:13:22 +00:00
6c77e9a11e Accepting request 605977 from devel:languages:python
Promises/A+ implementation for Python

OBS-URL: https://build.opensuse.org/request/show/605977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-promise?expand=0&rev=1
2018-05-15 08:12:29 +00:00
Todd R
880bca31c8 Accepting request 605976 from devel:languages:python:misc
Promises/A+ implementation for Python

OBS-URL: https://build.opensuse.org/request/show/605976
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-promise?expand=0&rev=1
2018-05-09 23:50:16 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 14 02:40:52 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Skip a test that breaks with pytest 8.4.1.
-------------------------------------------------------------------
Tue Jun 3 12:26:19 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-promise
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@ Version: 2.3.0
Release: 0
Summary: Promises/A+ implementation for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/syrusakbary/promise
Source: https://github.com/syrusakbary/promise/archive/v%{version}.tar.gz#/promise-%{version}.tar.gz
# PATCH-FIX-UPSTREAM gh#syrusakbary/promise#96
@@ -56,7 +55,7 @@ This is an implementation of Promises in Python
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%pytest -k 'not test_issue_9_safe'
%files %{python_files}
%doc README.rst