1
0

8 Commits

Author SHA256 Message Date
703ffe075a Accepting request 1271279 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1271279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-mptt?expand=0&rev=4
2025-04-23 13:18:41 +00:00
9a8ee483f8 - Update to version 0.17
* Added support for Python 3.13 and Django 5.1 and 5.2.
  * Dropped Django < 4.2.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-mptt?expand=0&rev=8
2025-04-22 06:42:12 +00:00
d6c792ff1c Accepting request 1188490 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1188490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-mptt?expand=0&rev=3
2024-07-19 13:29:11 +00:00
08c6094439 Accepting request 1170780 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/1170780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-mptt?expand=0&rev=2
2024-04-29 15:58:34 +00:00
1537bab7c7 Accepting request 1169936 from home:crameleon:branches:devel:languages:python:django
- Switch to sle15_python_module_pythons to repair build on Leap

OBS-URL: https://build.opensuse.org/request/show/1169936
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-mptt?expand=0&rev=4
2024-04-29 12:58:27 +00:00
aae23a7e4a Accepting request 1009629 from devel:languages:python:django
2.9k stars
was in devel:languages:python:misc
has 5 users maintaining it here on OBS

OBS-URL: https://build.opensuse.org/request/show/1009629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-mptt?expand=0&rev=1
2022-10-11 16:03:03 +00:00
John Vandenberg
7089728f87 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-mptt?expand=0&rev=2 2022-10-10 22:30:56 +00:00
John Vandenberg
6f341bc280 Accepting request 1009627 from home:jayvdb:django
2.9k stars
was in devel:languages:python:misc
has 5 users maintaining it here on OBS

OBS-URL: https://build.opensuse.org/request/show/1009627
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-mptt?expand=0&rev=1
2022-10-10 22:28:09 +00:00
5 changed files with 14 additions and 10 deletions

View File

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

3
0.17.tar.gz Normal file
View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 17 09:52:52 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to version 0.17
* Added support for Python 3.13 and Django 5.1 and 5.2.
* Dropped Django < 4.2.
-------------------------------------------------------------------
Thu Jul 18 14:43:23 UTC 2024 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-django-mptt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-django-mptt
Version: 0.16
Version: 0.17
Release: 0
Summary: Modified Preorder Tree Traversal for Django Models
License: MIT
@@ -29,11 +29,11 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Django >= 2.2
Requires: python-Django >= 4.2
Requires: python-django-js-asset
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module Django >= 2.2}
BuildRequires: %{python_module Django >= 4.2}
BuildRequires: %{python_module django-js-asset}
BuildRequires: %{python_module model-bakery}
# /SECTION