Hello community, here is the log from the commit of package python-trio for openSUSE:Factory checked in at 2019-06-03 18:56:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-trio (Old) and /work/SRC/openSUSE:Factory/.python-trio.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-trio" Mon Jun 3 18:56:23 2019 rev:2 rq:707069 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-trio/python-trio.changes 2019-06-01 09:52:04.427271560 +0200 +++ /work/SRC/openSUSE:Factory/.python-trio.new.5148/python-trio.changes 2019-06-03 18:56:24.884405612 +0200 @@ -1,0 +2,5 @@ +Sun Jun 2 12:40:48 UTC 2019 - Jan Engelhardt <[email protected]> + +- Trim filler wording from descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-trio.spec ++++++ --- /var/tmp/diff_new_pack.JgbqRL/_old 2019-06-03 18:56:25.560405362 +0200 +++ /var/tmp/diff_new_pack.JgbqRL/_new 2019-06-03 18:56:25.564405359 +0200 @@ -21,7 +21,7 @@ Name: python-trio Version: 0.11.0 Release: 0 -Summary: An async/await-native I/O library for humans and snake people +Summary: An async/await-native I/O library License: MIT OR Apache-2.0 Group: Development/Languages/Python URL: https://github.com/python-trio/trio @@ -56,7 +56,14 @@ %python_subpackages %description -The Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections at the same time, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right. +The Trio project produces an async/await-native I/O library for +Python. Like all async libraries, its main purpose is to help write +programs that do multiple things at the same time with parallelized +I/O, such as a web spider that wants to fetch lots of pages in +parallel, a web server that needs to juggle lots of downloads and +websocket connections at the same time, a process supervisor +monitoring multiple subprocesses. Compared to other libraries, Trio +has an obsessive focus on usability and correctness. %prep %setup -q -n trio-%{version}
