Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
a0cdbeade089
Commit
82fd221f
authored
Jan 05, 2021
by
Nicola Spanti
Browse files
[pkg] version 3.27.4
--HG-- branch : 3.27
parent
2c08b8b8ed02
Changes
3
Hide whitespace changes
Inline
Side-by-side
cubicweb/__pkginfo__.py
View file @
a0cdbead
# pylint: disable=W0622,C0103
# copyright 2003-202
0
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# copyright 2003-202
1
LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact https://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of CubicWeb.
...
...
@@ -22,7 +22,7 @@ software
modname
=
distname
=
"cubicweb"
numversion
=
(
3
,
27
,
3
)
numversion
=
(
3
,
27
,
4
)
version
=
'.'
.
join
(
str
(
num
)
for
num
in
numversion
)
description
=
"a repository of entities / relations for knowledge management"
...
...
debian/changelog
View file @
a0cdbead
cubicweb (3.27.4-1) unstable; urgency=medium
* New upstream release
-- Nicola Spanti <nspanti@logilab.fr> Tue, 05 Jan 2021 16:49:13 +0100
cubicweb (3.27.3-1) unstable; urgency=medium
* New upstream release
...
...
setup.py
View file @
a0cdbead
...
...
@@ -2,7 +2,7 @@
# pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611
#
# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
# contact http
s
://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of CubicWeb.
#
...
...
@@ -17,7 +17,7 @@
# details.
#
# You should have received a copy of the GNU Lesser General Public License along
# with CubicWeb. If not, see <http://www.gnu.org/licenses/>.
# with CubicWeb. If not, see <http
s
://www.gnu.org/licenses/>.
"""Generic Setup script, takes package info from __pkginfo__.py file
"""
...
...
@@ -113,5 +113,5 @@ setup(
],
},
zip_safe
=
False
,
python_requires
=
">=3.
4
"
,
python_requires
=
">=3.
5
"
,
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment