- 03 Aug, 2021 1 commit
-
-
Fabien Amarger authored
-
- 16 Jul, 2021 1 commit
-
-
François Ferry authored
related: cubicweb!208
-
- 22 Nov, 2019 2 commits
-
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-
- 21 Nov, 2019 2 commits
-
-
Jérémy Bobbio (Lunar) authored
Switch Debian build system to pybuild which is the current preferred method. Also use the recommended “3.0 (quilt)” source format. Add a new binary package, python3-cwtags, with support for Python 3. pybuild can run tests at build time, which we now enable. This requires to ship tox.ini and the test themselves in the Python source distribution. Support for Python 3.8 is disabled as it is currently broken in Debian unstable.
-
Jérémy Bobbio (Lunar) authored
Python 3.6 (and subsequent releases) implements PEP 468 (“Preserving the order of **kwargs in a function”). For more details, see: https://docs.python.org/3.6/whatsnew/3.6.html#new-dict-implementation https://www.python.org/dev/peps/pep-0468/ This means that when a tag is converted to a string, the order of the attributes will always match the order of attributes passed to build the tag. In order to make TestTagsTC.test_flag_tags pass on Python 3.6+, we thus need to make the order of the attributes in the reference string consistent with the order of the tag keyword arguments. We change the order of the arguments and not the order of the attributes in the string to match the order of the cwtags.tagbuilder documentation. Unfortunately, the new argument order makes Python 2.7 sort the keyword argument dictionary differently. We adjust the PYTHONHASHSEED environment variable to use a randomizing seed that will match the Python 3.6+ order.
-
- 23 May, 2019 2 commits
-
-
Philippe Pepiot authored
-
Philippe Pepiot authored
-
- 14 Aug, 2018 1 commit
-
-
Samuel Trégouët authored
distutils in python3.7 will complain if there is no classifier
-
- 11 Jun, 2018 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 25 May, 2018 1 commit
-
-
Denis Laxalde authored
-
- 18 Sep, 2015 1 commit
-
-
Alexandre Richardson authored
-
- 25 May, 2018 1 commit
-
-
Denis Laxalde authored
We need to disable PYTHONHASHSEED as the test suite does not handle it well (especially XML attributes ordering). We use unittest discover as a test runner as this is straightforward.
-
- 04 Sep, 2015 1 commit
-
-
Alexandre Richardson authored
-
- 25 May, 2018 1 commit
-
-
Denis Laxalde authored
There's an import in tagsbuilder module.
-
- 02 May, 2018 3 commits
-
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
Adrien Di Mascio authored
-
- 29 Jan, 2016 1 commit
-
-
Samuel Trégouët authored
our spec files conflict with filesystem package in centos7: we set permission 755 for /usr/bin and /usr/lib whereas filesystem set it to 555. So to be compatible with both centos7 and others we simply ignore theses directories
-
- 04 Nov, 2014 7 commits
-
-
Rémi Cardona authored
Added tag cwtags-version-1.1.0, cwtags-debian-version-1.1.0-1, cwtags-centos-version-1.1.0-1 for changeset 17549a85efa7
-
Rémi Cardona authored
-
Rémi Cardona authored
__exit__() is never called anyway so this is moot.
-
Julien Cristau authored
We only import cubicweb.utils, so don't need the whole cubicweb metapackage.
-
Julien Cristau authored
Cruft removal ftw.
-
Julien Cristau authored
- use dh_python2 instead of deprecated dh_pysupport - update URLs - fix description typo - bump debhelper compat from 5 to 8
-
Rémi Cardona authored
-
- 07 Jan, 2014 1 commit
-
-
Christophe de Vienne authored
The names can be prefixed/postfixed with '_', it will be stripped. This allow to write class_ or _class instead of Class (which is ugly imo). 'klass' is also supported. The values can be booleans for flag attributes (selected or cheched), and they can be dictionnaries or lists that will be converted cleverly to strings. Closes #3406647.
-
- 17 Oct, 2014 1 commit
-
-
Rémi Cardona authored
Reuse the original method to add support for simpletag and contexttag objects.
-
- 20 Dec, 2013 1 commit
-
-
Aurelien Campeas authored
Added tag cwtags-version-1.0.0, cwtags-debian-version-1.0.0-1, cwtags-centos-version-1.0.0-1 for changeset 8622244b9614
-
- 05 Nov, 2013 1 commit
-
-
Aurelien Campeas authored
-
- 09 Sep, 2013 1 commit
-
-
Aurelien Campeas authored
-
- 28 Jun, 2013 1 commit
-
-
Aurelien Campeas authored
-
- 11 Jun, 2013 1 commit
-
-
Aurelien Campeas authored
That is, all the non-deprecated HTML4 tags, and all the HTML5 tags.
-
- 15 Apr, 2013 2 commits
-
-
Florent Cayre authored
-
Florent Cayre authored
Just because this is where the code of this python library is...
-
- 08 Apr, 2013 2 commits
-
-
Florent Cayre authored
-
Florent Cayre authored
-
- 05 Feb, 2012 2 commits
-
-
David Douard authored
-
David Douard authored
-