summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
AgeCommit message (Expand)Author
2017-05-11gnu: Add python-django-contrib-comments....* gnu/packages/django.scm (python-django-contrib-comments, python2-django-contrib-comments): New variables. Julien Lepiller
2017-05-11gnu: Add python-django-contact-form....* gnu/packages/django.scm (python-django-contact-form, python2-django-contact-form): New variables. Julien Lepiller
2017-05-11gnu: Add python-django-bulk-update....* gnu/packages/django.scm (python-django-bulk-update, python2-django-bulk-update): New variables. Julien Lepiller
2017-05-11gnu: Add python-dj-database-url....* gnu/packages/django.scm (python-dj-database-url, python2-dj-database-url): New variables. Julien Lepiller
2017-05-11gnu: Add python-django-jsonfield....* gnu/packages/django.scm (python-django-jsonfield, python2-django-jsonfield): New variables. Julien Lepiller
2017-05-11gnu: Add python-django-assets....* gnu/packages/django.scm (python-django-assets, python2-django-assets): New variables. Julien Lepiller
2017-04-08gnu: Add python-django-gravatar2....* gnu/packages/django.scm (python-django-gravatar2): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng0
2017-04-08gnu: Add python-django-allauth....* gnu/packages/django.scm (python-django-allauth): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng0
2017-04-04gnu: python-django: Specify CPE name....* gnu/packages/django.scm (python-django, python2-django)[properties]: Add "cpe-name". Marius Bakke
2017-04-04gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and CVE-2017-7234]....* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.7. Marius Bakke
2017-02-13Merge branch 'master' into python-testsMarius Bakke
2017-01-14gnu: python-django: Update to 1.10.5....* gnu/packages/django.scm(python-django): Update to 1.10.5. Hartmut Goebel
2016-12-15gnu: python-pytest-django: Disable tests....* gnu/packages/django.scm (python-pytest-django, python2-pytest-django)[arguments]: Set #:tests? #f. Marius Bakke
2016-12-14gnu: python-django-filter: Fix test suite....* gnu/packages/django.scm (python-django-filter, python2-django-filter)[arguments]: Replace 'check' phase with custom command. Marius Bakke
2016-12-14gnu: python-django-simple-math-captcha: Disable tests....* gnu/packages/django.scm (python-django-simple-math-captcha, python2-django-simple-math-captcha)[arguments]: Set #:tests? #f. Marius Bakke
2016-11-15gnu: python-pytest-django: Remove needless propagated input "python-py"....This is already propagated by python-pytest. * gnu/packages/python.scm (python-pytest-django) [propagated-inputs]: Remove python-py. Hartmut Goebel
2016-11-15gnu: Fix python inputs, part 1: all inputs become propagated-inputs....This patch contains the changes where all [inputs] are changed to [propagated-inputs] * gnu/packages/python.scm (python-passlib, python-paramiko, python-ccm, python-babel, python-keyring python-pandas, python-tzlocal, python-parse-type, python-nose2, python-pytest, python-pytest-mock, python-pytest-xdist, python-scripttest, python-testtools, python-pytest-cov, python-testscenarios, python-pbr-0.11, python-oauthlib, python-jinja2, python-sphinx, python-tzlocal, python-bugz, python2-pytest-mock, behave, pelican, sqlalchemy-utils, python-pygridtools, python-urwidtrees, python-tornado, python2-tornado, python-debian, python-execnet, python-pytest-cache, pytest-localserver, python-clint, python-rply, python-hy, python-rauth, python-rsa, python-celery, python-vobject, s3cmd, python-prompt-toolkit, ptpython, python-requests-oauthlib, python-stem, python-binaryornot, python2-binaryornot, python-nltk, python-pymongo, python-schematics, python-url, python2-url, python-freezegun, python-glances, python-graphql-core, python-graphql-relay, python-graphene, python-nautilus, python-s3transfer): All [inputs] become [propagated-inputs]. * gnu/packages/bioinformatics.scm (python-biopython): Likewise. * gnu/packages/django.scm (pytest-django): Likewise. * gnu/packages/mail.scm (python-mailmanclient): Likewise. * gnu/packages/password-utils.scm (python-bcrypt): Likewise. * gnu/packages/propbuf.scm (python-protobuf): Likewise. * gnu/packages/rdf.scm (python-rdflib): Likewise. SQACH all become propagated Hartmut Goebel
2016-11-15gnu: Remove python-setuptools and python2-setuptools from inputs (part 4a)...This patch contains the changes for all modules beside python.scm where setuptools are used in an inherited package and removing this input also removes the need for inheriting the package. This is the case if adding setuptools in the inherited package was the only change. Change this to not inherit and remove the new needless call to "strip-python2-variant (if applicable). * gnu/packages/bioinformatics.scm (python-biopython, python2-biopython, python-twobitreader, python2-twobitreader, python-plastid, python2-plastid, python2-pybigwig, python2-screed, sra-tools): No longer "inherit" Python 2 packages inheriting from a Python 3 package if the sole reason for inheriting was adding python-setuptools respective python2-setuptools to [inputs], [native-inputs] or [propagated-inputs]. Remove now needless [properties] "python2-variant" where applicable. * gnu/packages/django.scm (python-pytest-django, python2-pytest-django, python-django-filter, python2-django-filter): Likewise. * gnu/packages/gnupg.scm (python2-pygpgme): Likewise. * gnu/packages/mail.scm (python-mailmanclient, python2-mailmanclient): Likewise. * gnu/packages/mpd.scm (python-msp, python2-mpd2): Likewise. * gnu/packages/music.scm (python-pylast, python2-pylast): Likewise. * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock, python2-git-review): Likewise. * gnu/packages/password-utils.scm (python2-bcrypt): Likewise. * gnu/packages/protobuf.scm (python-protobuf, python2-protobuf): Likewise. * gnu/packages/statistics.scm (python-patsy, python2-patsy): Likewise. * gnu/packages/web.scm (python2-feedparser): Likewise. Hartmut Goebel
2016-11-15gnu: Remove python-setuptools and python2-setuptools from inputs (part 1b)...This patch contains the changes in all modules beside python.scm where removing setuptools from the inputs could be achieved by removing complete lines. * gnu/packages/admin.scm (graphios, thefuck): Remove all [inputs], [native-inputs] and [propagated-inputs] where python-setuptools or python2-setuptools are the sole entries. Remove python-setuptools and python2-setuptools listed on a line by its own from [inputs], [native-inputs] and [propagated-inputs]. * gnu/packages/backup.scm (rdiff-backup): Likewise. * gnu/packages/bioinformatics.scm (htseq, macs, python2-pbcore, rseqc, multiqc): Likewise. * gnu/packages/django.scm (python-django, python2-django, python-django-simple-math-captcha, python2-django-simple-math-captcha): Likewise. * gnu/packages/docker.scm (python-docker-py, docker-compose): Likewise. * gnu/packages/game-development.scm (python-pygame): Likewise. * gnu/packages/key-mon.scm (key-mon): Likewise. * gnu/packages/mail.scm (khard): Likewise. * gnu/packages/music.scm (beets, python2-pyechonest): Likewise. * gnu/packages/openstack.scm (python-bandit, python2-bandit, python-debtcollector, python2-debtcollector, python-mox3, python2-mox3, python-os-client-config, python2-os-client-config, python-oslo.config, python2-oslo.config, python-oslo.context, python2-oslo.context, python-oslo.i18n, python2-oslo.i18n, python-oslo.serialization, python2-oslo.serialization, python-oslosphinx, python2-oslosphinx, python-oslotest, python2-oslotest, python-oslo.utils, python2-oslo.utils, python-swiftclient, python2-swiftclient): Likewise. * gnu/packages/pdf.scm (pdfposter): Likewise. * gnu/packages/tls.scm (python-acme, python2-acme): Likewise. Hartmut Goebel
2016-11-02Merge branch 'master' into core-updatesLeo Famulari
2016-11-01gnu: python-django: Update to 1.10.3 [fixes CVE-2016-{9013,9014}]....* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.3. [source]: Remove patch. * gnu/packages/patches/python-django-fix-testcase.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Marius Bakke
2016-10-27gnu: python-pytest-django: Add missing test input....* gnu/packages/django.scm (python-pytest-django)[native-inputs]: Add python-django. Efraim Flashner
2016-10-27gnu: python-django-filter: Add inputs for tests....* gnu/packages/django.scm (python-django-filter)[native-inputs]: Add python-django, python-mock. Efraim Flashner
2016-09-22gnu: python2-django: Fix typo in native-inputs....* gnu/packages/django.scm (python2-django)[native-inputs]: Inherit from python-django's native-inputs, not its inputs. Efraim Flashner
2016-09-19gnu: python-django, python2-django: Fix propagated- and native-inputs....setuptools is a run-time dependency (sic!), all others are required for testing only. * gnu/packages/django.scm (python-django) [propagated-inputs, native-inputs]: Exchange them. Move tzdata to new native-inputs. Enhance comments. (python2-django) [propagated-inputs] change into native-inputs. Enhance comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hartmut Goebel
2016-09-18gnu: Add python-django-filter....* gnu/packages/django.scm (python-django-filter): New variable. Efraim Flashner
2016-09-18gnu: Add python-pytest-django....* gnu/packages/django.scm (python-pytest-django): New variable. Efraim Flashner
2016-09-12gnu: Add python-django-simple-math-captcha....* gnu/packages/django.scm: (python-django-simple-math-captcha) (python2-django-simple-math-captcha): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hartmut Goebel
2016-09-12gnu: Add python-django....* gnu/packages/django.scm: New file. * gnu/packages/patches/python-django-fix-testcase.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add django.scm. (dist_patch_DATA): Add python-django-fix-testcase.patch. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Hartmut Goebel