| Commit message (Collapse) | Author | Age |
... | |
|\ \
| | |
| | | |
seafile-server: Update to 7.1.2, update dependencies
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
django-ranged-response is a fork of django-ranged-fileresponse, but they
did not update the URL on PyPI[1].
The URL in this change appears to be the correct one.
[1]: https://github.com/wearespindle/django-ranged-fileresponse/issues/10#issuecomment-509965566
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This version is not the latest available update, but is the last version
compatible with Python 2.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Previously, this packaged "django-jsonfield" on PyPI.
The only (in-tree) package that depends on this package is
django-postoffice.
django-post-office actually depends on "jsonfield" on PyPI.[1][2]
This changes the packaged project from "django-jsonfield" to
"jsonfield".
The version packaged here is not the latest available update, but the
last version compatible with Django 1.11 / Python 2.
[1]: https://github.com/ui/django-post_office/blob/v3.2.1/setup.py#L45
[2]: https://github.com/ui/django-post_office/issues/182
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This patches Django to load byte-compiled (.pyc) db migration scripts,
since Python scripts are often distributed in byte-compiled form in
OpenWrt packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/
|
|
| |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\
| |
| | |
python3-sqlparse: update to 0.3.1
|
| |
| |
| |
| | |
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
| |
| |
| |
| | |
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
|
|\ \
| | |
| | | |
django: bump to version 3.0.4
|
| | |
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Changes:
-remove dependency on more-itertools
-fix build dependency
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \
| | |
| | | |
python-idna: Update to 2.9
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-enum34: Update to 1.1.9, refresh patch
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-automat: Update to 20.2.0, refresh patches
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| |/ /
|/| | |
python-flask-login: update to version 0.5.0
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changes:
-rename from python3-flask-login to python-flask-login
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
python-more-itertools: update to version 8.2.0
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
python-pyparsing: update to version 2.4.6
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
django1: Rename django1-restframework, add python3-django1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds a Python 3 version of the django1 package.
This also adds a python-django1-common package that contains a
django-admin script based on the one in Debian[1]. This allows
python-django1 and python3-django1 to be installed at the same time.
python3-django conflicts with python-django1 (via python-django1-common)
and python3-django1.
This also updates older Python 3 Django plugin packages to depend on
python3-django1, and newer plugin packages to depend on "django", which
both python3-django and python3-django1 provide.
Because of this dependency on either version of Django, the MDEPENDS for
Python 3 Django plugin packages no longer functions correctly and has
been removed.
[1]: https://salsa.debian.org/python-team/modules/python-django/blob/debian/buster/debian/django-admin
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
nyx: Terminal status monitor for Tor
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \ \
| |/ / /
|/| | | |
python-markdown: update to version 3.2.1
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update copyright
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
python-py: update to version 1.8.1
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
django,django1: bump versions
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|\ \ \
| | | |
| | | | |
python-zipp: update to version 2.2.0
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|/ /
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| |
| |
| | |
Jan Pavlinec <jan.pavlinec@nic.cz> stays maintainer for the package.
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
| |
| |
| |
| |
| |
| | |
Dependency on python{,3}-cffi was missing. Add it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| |
| |
| | |
python3-libmodbus should depend on python3-variants.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|