summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Steve Langasek [Wed, 11 Mar 2020 10:49:13 +0000 (06:49 -0400)]
fix compatibility with Python 3.8
Last-Update: 2020-02-20
Forwarded: no
Bug-Debian: https://bugs.debian.org/951707
Python 3.8 changes the type of an element of the PyTypeObject struct
(https://www.python.org/dev/peps/pep-0590/) leading to compiler errors.
Gbp-Pq: Name python3.8-compat.patch
Roland Kaminski [Sat, 3 Nov 2018 21:34:57 +0000 (22:34 +0100)]
rename async keyword in python API
Bug-Debian: https://bugs.debian.org/912552
Forwarded: https://github.com/potassco/clingo/pull/125
`async` is a reserved keyword starting with python 3.7:
https://docs.python.org/3/whatsnew/3.7.html#summary-release-highlights
The `Control` class method `solve()` now uses the following keyword
argument list:
```
solve(self, assumptions, on_model, on_finish, yield_, async_)
```
closes #125
Gbp-Pq: Name gringo-python37-async.patch
Thomas Krennwallner [Mon, 5 Feb 2018 06:31:16 +0000 (06:31 +0000)]
Fix testsuite for python3 when reading utf-8 scripts
===================================================================
Gbp-Pq: Name gringo-python3-utf8.patch
Thomas Krennwallner [Wed, 7 Dec 2016 06:50:31 +0000 (07:50 +0100)]
Add gringo.1, clingo.1, lpconvert.1, and reify.1 manpages
===================================================================
Gbp-Pq: Name gringo-manpages.patch
Thomas Krennwallner [Thu, 12 Mar 2020 00:57:01 +0000 (00:57 +0000)]
gringo (5.3.0-13) unstable; urgency=medium
* Upload to unstable
* debian/symbols: fix symbols for g++-9 >= 9.2.0 on armel and powerpc
[dgit import unpatched gringo 5.3.0-13]
Thomas Krennwallner [Thu, 12 Mar 2020 00:57:01 +0000 (00:57 +0000)]
Import gringo_5.3.0-13.debian.tar.xz
[dgit import tarball gringo 5.3.0-13 gringo_5.3.0-13.debian.tar.xz]
Thomas Krennwallner [Sun, 11 Nov 2018 07:56:35 +0000 (07:56 +0000)]
Import gringo_5.3.0.orig.tar.gz
[dgit import orig gringo_5.3.0.orig.tar.gz]