django-choices-field_2.3.0-1_amd64.changes (click to toggle) | |
---|---|
Format: | 1.8 |
Date: | Sun, 26 Jan 2025 10:47:54 +0200 |
Source: | django-choices-field |
Binary: | python3-django-choices-field |
Architecture: | source all |
Version: | 2.3.0-1 |
Distribution: | unstable |
Urgency: | medium |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Changed-By: | Carsten Schoenert <c.schoenert@t-online.de> |
Description: | python3-django-choices-field - Set/Get Django's TextChoices/IntegerChoices enum |
Closes: | 1094220 |
Changes: | django-choices-field (2.3.0-1) unstable; urgency=medium * [aabdf6e] New upstream version 2.3.0 * [4eb0992] First and Basic Debianization (Closes: #1094220) |
Files: | 07a0b26a18c8d19ee9f4b758642a9351 2509 python optional django-choices-field_2.3.0-1.dsc ed97709f18ea0890c153841e2f81794b 23846 python optional django-choices-field_2.3.0.orig.tar.gz a01663ee48309cb374887a316c3af327 3152 python optional django-choices-field_2.3.0-1.debian.tar.xz 177d095888675036ca2ecd5440e91b19 7991 python optional django-choices-field_2.3.0-1_amd64.buildinfo 64d3752397f91fd51cb2a712094a1c52 6232 python optional python3-django-choices-field_2.3.0-1_all.deb |
django-choices-field_2.3.0-1.dsc (click to toggle) | |
---|---|
Format: | 3.0 (quilt) |
Source: | django-choices-field |
Binary: | python3-django-choices-field |
Architecture: | all |
Version: | 2.3.0-1 |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Uploaders: | Carsten Schoenert <c.schoenert@t-online.de>, Kathara Sasikumar <katharasasikumar007@gmail.com>, |
Homepage: | https://github.com/bellini666/django-choices-field |
Standards-Version: | 4.7.0 |
Vcs-Browser: | https://salsa.debian.org/python-team/packages/django-choices-field |
Vcs-Git: | https://salsa.debian.org/python-team/packages/django-choices-field.git |
Testsuite: | autopkgtest, autopkgtest-pkg-python |
Testsuite-Triggers: | python3-all, python3-pytest, python3-pytest-cov, python3-pytest-django |
Build-Depends: | debhelper-compat (=13), dh-sequence-python3, python3-all, pybuild-plugin-pyproject, python3-django<!nocheck>, python3-poetry-core, python3-pytest<!nocheck>, python3-pytest-cov<!nocheck>, python3-pytest-django<!nocheck> |
Package-List: | python3-django-choices-field deb python optional arch=all |
Files: | ed97709f18ea0890c153841e2f81794b 23846 django-choices-field_2.3.0.orig.tar.gz a01663ee48309cb374887a316c3af327 3152 django-choices-field_2.3.0-1.debian.tar.xz |
README.source for django-choices-field_2.3.0-1.dsc (click to toggle) | |
---|---|
This package is maintained with git-buildpackage(1). It follows DEP-14 for branch naming (e.g. using debian/master for the current version in Debian unstable due Debian Python team policy). It uses pristine-tar(1) to store enough information in git to generate bit identical tarballs when building the package without having downloaded an upstream tarball first. When working with patches it is recommended to use "gbp pq import" to import the patches, modify the source and then use "gbp pq export --commit" to commit the modifications. The changelog is generated using "gbp dch" so if you submit any changes don't bother to add changelog entries but rather provide a nice git commit message that can then end up in the changelog. It is recommended to build the package with pbuilder using: gbp buildpackage --git-pbuilder For information on how to set up a pbuilder environment see the git-pbuilder(1) manpage. In short: DIST=sid git-pbuilder create gbp clone https://salsa.debian.org/python-team/packages/django-choices-field.git cd django-choices-field gbp buildpackage --git-pbuilder -- Carsten Schoenert <c.schoenert@t-online.de> Sun, 26 Jan 2025 09:14:00 +0200 |
control file for python3-django-choices-field_2.3.0-1_all.deb (click to toggle) | |
---|---|
Package: | python3-django-choices-field |
Source: | django-choices-field |
Version: | 2.3.0-1 |
Architecture: | all |
Maintainer: | Debian Python Team <team+python@tracker.debian.org> |
Installed-Size: | 39 |
Depends: | python3-django, python3-typing-extensions, python3:any |
Section: | python |
Priority: | optional |
Homepage: | https://github.com/bellini666/django-choices-field |
Description: | Set/Get Django's TextChoices/IntegerChoices enum Django's choices field option is a powerful feature that ensures data integrity and provides an intuitive interface for users. . This AddOn let you set a Django field that set/get django's new TextChoices and IntegerChoices enum. |
contents of python3-django-choices-field_2.3.0-1_all.deb (click to toggle) | |
---|---|
drwxr-xr-x root/root 0 2025-01-26 08:47 ./ drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/ drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/lib/ drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/lib/python3/ drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/lib/python3/dist-packages/ drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field/ -rw-r--r-- root/root 188 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field/__init__.py -rw-r--r-- root/root 5913 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field/fields.py -rw-r--r-- root/root 7193 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field/fields.pyi -rw-r--r-- root/root 0 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field/py.typed -rw-r--r-- root/root 577 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field/types.py drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field-2.3.0.dist-info/ -rw-r--r-- root/root 7 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field-2.3.0.dist-info/INSTALLER -rw-r--r-- root/root 4294 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field-2.3.0.dist-info/METADATA -rw-r--r-- root/root 88 2025-01-26 08:47 ./usr/lib/python3/dist-packages/django_choices_field-2.3.0.dist-info/WHEEL drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/share/ drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-01-26 08:47 ./usr/share/doc/python3-django-choices-field/ -rw-r--r-- root/root 219 2025-01-26 08:47 ./usr/share/doc/python3-django-choices-field/changelog.Debian.gz -rw-r--r-- root/root 1494 2025-01-26 07:25 ./usr/share/doc/python3-django-choices-field/copyright |
copyright of python3-django-choices-field_2.3.0-1_all.deb (click to toggle) | |
---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-choices-field Upstream-Contact: Thiago Bellini Ribeiro <thiago@bellini.dev> Source: https://github.com/bellini666/django-choices-field Files: * Copyright: 2018 Tomás Fox 2018-2024 Thiago Bellini Ribeiro <thiago@bellini.dev> License: Expat Files: debian/* Copyright: 2025 Carsten Schoenert <c.schoenert@t-online.de> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Timestamp: 26.01.2025 / 19:03:04 (UTC)