forked from pool/python-django-mptt
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
703ffe075a | |||
9a8ee483f8 | |||
d6c792ff1c | |||
08c6094439 | |||
1537bab7c7 | |||
aae23a7e4a | |||
|
7089728f87 | ||
|
6f341bc280 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61de39fab9ae36b5189f45902ee81305378f15ae611544e554ef8424be2e4d12
|
||||
size 308600
|
3
0.17.tar.gz
Normal file
3
0.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:699cac8061146b69a0f4017246967b525c9765ab369c23b1dc0a419d1aa60124
|
||||
size 310120
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:149e431578f6ec92ee2fe5c1966d51242186c4ae04813a8f1fec35661a4c2bdf
|
||||
size 307340
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user