Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RQL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
RQL
Commits
0c6345ca92b1
Commit
0c6345ca92b1
authored
11 years ago
by
Florent Cayre
Browse files
Options
Downloads
Plain Diff
backport stable
parents
47cce2221f93
cb978d851ad1
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
.hgtags
+3
-0
3 additions, 0 deletions
.hgtags
__pkginfo__.py
+2
-2
2 additions, 2 deletions
__pkginfo__.py
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
doc/.templates/layout.html
+2
-2
2 additions, 2 deletions
doc/.templates/layout.html
python-rql.spec
+6
-3
6 additions, 3 deletions
python-rql.spec
with
19 additions
and
7 deletions
.hgtags
+
3
−
0
View file @
0c6345ca
...
...
@@ -75,3 +75,6 @@
543fe6d74b492f198d8bf7dc5e90ff3e3276fa8b rql-debian-version-0.31.1-1
55af3a14cc29dedab697deabfc7602e140ac3dd8 rql-version-0.31.2
513a02cce3c22ea14a13f878ccee21c9540a26da rql-debian-version-0.31.2-1
2ce80cbd45f769b8119a2d37b4fe784e9ad9d291 rql-version-0.31.3
f388ee9b713d90ba1d4a9fe4264562080bdfb696 rql-debian-version-0.31.3-1
496945a4ed23f645f2e4847ebf60c84b8f27d338 rql-centos-version-0.31.3-1
This diff is collapsed.
Click to expand it.
__pkginfo__.py
+
2
−
2
View file @
0c6345ca
...
...
@@ -20,7 +20,7 @@
__docformat__
=
"
restructuredtext en
"
modname
=
"
rql
"
numversion
=
(
0
,
31
,
2
)
numversion
=
(
0
,
31
,
3
)
version
=
'
.
'
.
join
(
str
(
num
)
for
num
in
numversion
)
license
=
'
LGPL
'
...
...
@@ -83,7 +83,7 @@
'
logilab-common >= 0.47.0
'
,
'
logilab-database >= 1.6.0
'
,
'
yapps == 2.1.1
'
,
# XXX to ensure we don't use the broken pypi version
'
constraint >= 0.5.0
'
,
# fallback if the gecode compiled module is missing
'
logilab-
constraint >= 0.5.0
'
,
# fallback if the gecode compiled module is missing
]
# links to download yapps2 package that is not (yet) registered in pypi
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
0c6345ca
rql (0.31.3-1) unstable; urgency=low
* new upstream release
-- Aurélien Campéas <aurelien.campeas@logilab.fr> Wed, 30 Jan 2013 18:54:00 +0100
rql (0.31.2-1) unstable; urgency=low
* new upstream release
...
...
This diff is collapsed.
Click to expand it.
doc/.templates/layout.html
+
2
−
2
View file @
0c6345ca
...
...
@@ -4,7 +4,7 @@
{%- endblock %}
{%- set reldelim1 = reldelim1 is not defined and '
»
' or reldelim1 %}
{%- set reldelim2 = reldelim2 is not defined and ' |' or reldelim2 %}
{%- macro relbar %}
{%- macro relbar
()
%}
<div
class=
"related"
>
<h3>
Navigation
</h3>
<ul>
...
...
@@ -24,7 +24,7 @@
</ul>
</div>
{%- endmacro %}
{%- macro sidebar %}
{%- macro sidebar
()
%}
{%- if builder != 'htmlhelp' %}
<div
class=
"sphinxsidebar"
>
<div
class=
"sphinxsidebarwrapper"
>
...
...
This diff is collapsed.
Click to expand it.
python-rql.spec
+
6
−
3
View file @
0c6345ca
...
...
@@ -8,7 +8,7 @@
%endif
Name: %{python}-rql
Version: 0.31.
2
Version: 0.31.
3
Release: logilab.1%{?dist}
Summary: relationship query language (RQL) utilities
...
...
@@ -16,8 +16,7 @@
License: LGPLv2+
URL: http://www.logilab.org/project/rql
Source0: http://download.logilab.org/pub/rql/rql-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: %{python}-devel
BuildRequires: gecode-devel
...
...
@@ -20,8 +19,12 @@
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: %{python}-devel
BuildRequires: gecode-devel
Requires: %{python}, %{python}-logilab-common >= 0.47.0, %{python}-logilab-database >= 1.6.0, %{python}-yapps2 >= 2.1.1, %{python}-logilab-constraint >= 0.5.0
Requires: %{python}
Requires: %{python}-logilab-common >= 0.47.0
Requires: %{python}-logilab-database >= 1.6.0
Requires: %{python}-yapps2 >= 2.1.1
Requires: %{python}-logilab-constraint >= 0.5.0
%description
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment