summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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
Peter Michael Green [Thu, 14 Mar 2019 17:34:56 +0000 (17:34 +0000)]
gringo (5.3.0-10+rpi1) buster-staging; urgency=medium
* Use libatomic on armhf too.
* Update symbols for raspbian.
[dgit import unpatched gringo 5.3.0-10+rpi1]
Peter Michael Green [Thu, 14 Mar 2019 17:34:56 +0000 (17:34 +0000)]
Import gringo_5.3.0-10+rpi1.debian.tar.xz
[dgit import tarball gringo 5.3.0-10+rpi1 gringo_5.3.0-10+rpi1.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]