|
|
4fa44927df
|
Accepting request 1282113 from devel:languages:python:django
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/request/show/1282113
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=8
|
2025-06-03 15:52:44 +00:00 |
|
|
|
073e6f7b24
|
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=15
|
2025-06-03 07:07:34 +00:00 |
|
|
|
9f97fc8d6e
|
Accepting request 1269475 from devel:languages:python:django
- update to 1.17.0:
* MultiplePermissionsRequiredMixin didn't do
object-level permission checks.
* RecentLoginRequiredMixin no longer throws
error about GET requests in Django >= 5.0
OBS-URL: https://build.opensuse.org/request/show/1269475
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=7
|
2025-04-15 14:47:22 +00:00 |
|
|
|
f6db7faddf
|
- update to 1.17.0:
* MultiplePermissionsRequiredMixin didn't do
object-level permission checks.
* RecentLoginRequiredMixin no longer throws
error about GET requests in Django >= 5.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=13
|
2025-04-15 08:08:24 +00:00 |
|
|
|
d20e35166a
|
Accepting request 1223460 from devel:languages:python:django
Forwarded request #1222749 from mcalabkova
- Update to 1.16.0 (after 3 years!)
* Fixed a few typos in the docs.
* Removed unnecessarily explicit super() call
* Use unittest.mock instead of mock package
* Add support for Django 4.2
* Updated the codebase to be more modern Python/Django
* Cache-related headers
- Drop no-longer-needed modernize-braces.patch
- Skip test failing with Django 5.1
OBS-URL: https://build.opensuse.org/request/show/1223460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=6
|
2024-11-12 18:21:56 +00:00 |
|
|
|
bac088dd7f
|
Accepting request 1222749 from home:mcalabkova:branches:devel:languages:python:django
- Update to 1.16.0 (after 3 years!)
* Fixed a few typos in the docs.
* Removed unnecessarily explicit super() call
* Use unittest.mock instead of mock package
* Add support for Django 4.2
* Updated the codebase to be more modern Python/Django
* Cache-related headers
- Drop no-longer-needed modernize-braces.patch
- Skip test failing with Django 5.1
OBS-URL: https://build.opensuse.org/request/show/1222749
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=11
|
2024-11-12 01:16:58 +00:00 |
|
|
|
07c888fff5
|
Accepting request 971061 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/971061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=5
|
2022-04-20 15:03:45 +00:00 |
|
John Vandenberg
|
9050b551c3
|
Accepting request 971058 from home:mcalabkova:branches:devel:languages:python:django
- do not require mock
OBS-URL: https://build.opensuse.org/request/show/971058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=9
|
2022-04-20 10:40:39 +00:00 |
|
|
|
3145fd8844
|
Accepting request 950843 from devel:languages:python:django
- Update to 1.15.0:
* Updates and fixes from #265
* Typo fixes from #269 and #262
* Dropped explicit support for Python versions before 3.7 and non-LTS
versions of Django
- Dropped patch remove-py2-add-django3.patch:
* Included
- Added patch modernize-braces.patch:
* Add support for modern versions of Django
OBS-URL: https://build.opensuse.org/request/show/950843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=4
|
2022-02-03 22:16:46 +00:00 |
|
|
|
95564ac9fa
|
- Update to 1.15.0:
* Updates and fixes from #265
* Typo fixes from #269 and #262
* Dropped explicit support for Python versions before 3.7 and non-LTS
versions of Django
- Dropped patch remove-py2-add-django3.patch:
* Included
- Added patch modernize-braces.patch:
* Add support for modern versions of Django
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=8
|
2022-02-03 04:17:21 +00:00 |
|
Richard Brown
|
ad6f3c1557
|
Accepting request 880063 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/880063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=3
|
2021-03-19 15:43:29 +00:00 |
|
|
|
a3975d4b75
|
Accepting request 880062 from home:mcalabkova:branches:devel:languages:python:django
- Add upstream remove-py2-add-django3.patch to make the package
compatible with Django 3.1 and testhack.patch to run tests
on Django 3.1 (upstream sleeps)
OBS-URL: https://build.opensuse.org/request/show/880062
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=6
|
2021-03-19 09:36:32 +00:00 |
|
|
|
c2d866f788
|
Accepting request 761496 from devel:languages:python:django
- Update to 1.14.0:
* Tox now only tests recent Pythons and Djangos
* Include necessary files to build docs in source tarball. Closes #250
* Fixes deprecated imports, adds `six` as requirement
* force text to prevent Python 2 unicode fun
- Remove merged patch dj21.patch
OBS-URL: https://build.opensuse.org/request/show/761496
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=2
|
2020-01-07 22:54:32 +00:00 |
|
Tomáš Chvátal
|
be9631bc2e
|
- Update to 1.14.0:
* Tox now only tests recent Pythons and Djangos
* Include necessary files to build docs in source tarball. Closes #250
* Fixes deprecated imports, adds `six` as requirement
* force text to prevent Python 2 unicode fun
- Remove merged patch dj21.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=4
|
2020-01-07 09:52:04 +00:00 |
|
|
|
352d50979c
|
Accepting request 683547 from devel:languages:python:django
OBS-URL: https://build.opensuse.org/request/show/683547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-django-braces?expand=0&rev=1
|
2019-04-03 07:26:21 +00:00 |
|
Tomáš Chvátal
|
85bf384144
|
- Remove the url path for patch/source1 they differ and hopefully
will be fixed in the future
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=2
|
2019-03-10 11:13:21 +00:00 |
|
Tomáš Chvátal
|
12fc0a8b79
|
Accepting request 683520 from home:jayvdb:django
- Activate test suite, adding form.html missing from sdist
- Add dj21.patch for Django 2.1 support
- Initial spec for v1.13.0
OBS-URL: https://build.opensuse.org/request/show/683520
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-braces?expand=0&rev=1
|
2019-03-10 11:08:04 +00:00 |
|