15
0

Compare commits

4 Commits

Author SHA256 Message Date
cc48895e3f Accepting request 1320332 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1320332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-librouteros?expand=0&rev=12
2025-11-27 14:21:43 +00:00
057e417469 - Update to version 3.4.1
* Revert `SYNC_DEFAULTS` to `DEFAULTS`
- from version 3.4.0
  * Add async support
- from version 3.3.1
  * Fix empty `select()` `=.proplist=` argument
- from version 3.3.0
  * Allow empty `select()`
  * Drop python 3.7 support (end of life)
  * Drop python 3.6 support (end of life)
- Drop migrate-to-setup-method.patch, merged upstream
- Update BuildRequires and Requires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=21
2025-11-27 11:41:21 +00:00
c7ac55a45f Accepting request 1194809 from devel:languages:python
- Add patch migrate-to-setup-method.patch:
  * Migrate to using setup_method().

OBS-URL: https://build.opensuse.org/request/show/1194809
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-librouteros?expand=0&rev=11
2024-08-20 14:14:20 +00:00
e3cbb7b02d - Add patch migrate-to-setup-method.patch:
* Migrate to using setup_method().

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-librouteros?expand=0&rev=19
2024-08-20 04:29:15 +00:00
4 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aec31ae8b7c88f5c248a18a5624b74d72c3e1f65e0cbaab0cee9151a9de5d393
size 34545

3
librouteros-3.4.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efd79f5cf7fa2a8d8017c2a92bb4b512a43a5d1fafc9d757ba232e7a5240e846
size 39005

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Nov 27 11:06:31 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 3.4.1
* Revert `SYNC_DEFAULTS` to `DEFAULTS`
- from version 3.4.0
* Add async support
- from version 3.3.1
* Fix empty `select()` `=.proplist=` argument
- from version 3.3.0
* Allow empty `select()`
* Drop python 3.7 support (end of life)
* Drop python 3.6 support (end of life)
- Drop migrate-to-setup-method.patch, merged upstream
- Update BuildRequires and Requires from pyproject.toml
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Tue Aug 20 04:27:52 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add patch migrate-to-setup-method.patch:
* Migrate to using setup_method().
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 23 06:26:04 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Tue Jan 23 06:26:04 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -16,15 +16,16 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%{?sle15_python_module_pythons}
Name: python-librouteros Name: python-librouteros
Version: 3.2.1 Version: 3.4.1
Release: 0 Release: 0
Summary: Python implementation of MikroTik RouterOS API Summary: Python implementation of MikroTik RouterOS API
License: GPL-2.0-or-later License: GPL-2.0-or-later
URL: https://github.com/luqasz/librouteros URL: https://github.com/luqasz/librouteros
Source: https://github.com/luqasz/librouteros/archive/%{version}.tar.gz#/librouteros-%{version}.tar.gz Source: https://github.com/luqasz/librouteros/archive/%{version}.tar.gz#/librouteros-%{version}.tar.gz
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
@@ -32,7 +33,9 @@ BuildRequires: python-rpm-macros
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-asyncio}
# /SECTION # /SECTION
Requires: python-toml
%python_subpackages %python_subpackages
%description %description