Hello community, here is the log from the commit of package buildstream for openSUSE:Factory checked in at 2020-11-06 23:45:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/buildstream (Old) and /work/SRC/openSUSE:Factory/.buildstream.new.11331 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "buildstream" Fri Nov 6 23:45:34 2020 rev:17 rq:846471 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/buildstream/buildstream.changes 2020-09-28 14:29:42.722181321 +0200 +++ /work/SRC/openSUSE:Factory/.buildstream.new.11331/buildstream.changes 2020-11-06 23:46:37.643087492 +0100 @@ -1,0 +2,6 @@ +Fri Nov 6 08:26:26 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 1.6.1: + + Fix failure handling with CAS. + +------------------------------------------------------------------- Old: ---- BuildStream-1.6.0.tar.xz New: ---- BuildStream-1.6.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ buildstream.spec ++++++ --- /var/tmp/diff_new_pack.g0YEWm/_old 2020-11-06 23:46:38.143086531 +0100 +++ /var/tmp/diff_new_pack.g0YEWm/_new 2020-11-06 23:46:38.147086524 +0100 @@ -19,7 +19,7 @@ %define real_name BuildStream Name: buildstream -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: A framework for modelling build pipelines in YAML License: LGPL-2.1-or-later ++++++ BuildStream-1.6.0.tar.xz -> BuildStream-1.6.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/BuildStream-1.6.0/BuildStream.egg-info/PKG-INFO new/BuildStream-1.6.1/BuildStream.egg-info/PKG-INFO --- old/BuildStream-1.6.0/BuildStream.egg-info/PKG-INFO 2020-09-25 09:59:20.000000000 +0200 +++ new/BuildStream-1.6.1/BuildStream.egg-info/PKG-INFO 2020-11-03 08:56:48.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: BuildStream -Version: 1.6.0 +Version: 1.6.1 Summary: A framework for modelling build pipelines in YAML Home-page: https://gitlab.com/BuildStream/buildstream Author: BuildStream Developers @@ -104,6 +104,8 @@ Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Topic :: Software Development :: Build Tools Requires-Python: ~=3.5 Description-Content-Type: text/x-rst; charset=UTF-8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/BuildStream-1.6.0/NEWS new/BuildStream-1.6.1/NEWS --- old/BuildStream-1.6.0/NEWS 2020-09-25 09:36:25.000000000 +0200 +++ new/BuildStream-1.6.1/NEWS 2020-11-03 08:49:35.000000000 +0100 @@ -1,4 +1,10 @@ ================= +buildstream 1.6.1 +================= + + o Fix failure handling with CAS (#1403) + +================= buildstream 1.6.0 ================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/BuildStream-1.6.0/PKG-INFO new/BuildStream-1.6.1/PKG-INFO --- old/BuildStream-1.6.0/PKG-INFO 2020-09-25 09:59:20.561794000 +0200 +++ new/BuildStream-1.6.1/PKG-INFO 2020-11-03 08:56:48.239789500 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: BuildStream -Version: 1.6.0 +Version: 1.6.1 Summary: A framework for modelling build pipelines in YAML Home-page: https://gitlab.com/BuildStream/buildstream Author: BuildStream Developers @@ -104,6 +104,8 @@ Classifier: Programming Language :: Python :: 3.5 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 Classifier: Topic :: Software Development :: Build Tools Requires-Python: ~=3.5 Description-Content-Type: text/x-rst; charset=UTF-8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/BuildStream-1.6.0/buildstream/_artifactcache/artifactcache.py new/BuildStream-1.6.1/buildstream/_artifactcache/artifactcache.py --- old/BuildStream-1.6.0/buildstream/_artifactcache/artifactcache.py 2020-09-25 09:04:19.000000000 +0200 +++ new/BuildStream-1.6.1/buildstream/_artifactcache/artifactcache.py 2020-11-03 08:49:35.000000000 +0100 @@ -30,7 +30,7 @@ from .. import utils from .. import _yaml -from .cascache import CASCache, CASRemote +from .cascache import CASCache, CASRemote, BlobNotFound CACHE_SIZE_FILE = "cache_size" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/BuildStream-1.6.0/buildstream/_version.py new/BuildStream-1.6.1/buildstream/_version.py --- old/BuildStream-1.6.0/buildstream/_version.py 2020-09-25 09:59:20.561794000 +0200 +++ new/BuildStream-1.6.1/buildstream/_version.py 2020-11-03 08:56:48.239789500 +0100 @@ -8,11 +8,11 @@ version_json = ''' { - "date": "2020-09-25T16:53:19+0900", + "date": "2020-11-02T16:19:48+0000", "dirty": false, "error": null, - "full-revisionid": "ece1192d5f5d6c737fe7e44b29da29980b9f4507", - "version": "1.6.0" + "full-revisionid": "58d9e66e0edd46c53516482f507b740e2447b745", + "version": "1.6.1" } ''' # END VERSION_JSON diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/BuildStream-1.6.0/setup.py new/BuildStream-1.6.1/setup.py --- old/BuildStream-1.6.0/setup.py 2020-09-25 09:04:19.000000000 +0200 +++ new/BuildStream-1.6.1/setup.py 2020-11-03 08:49:35.000000000 +0100 @@ -261,6 +261,8 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', 'Topic :: Software Development :: Build Tools' ], description='A framework for modelling build pipelines in YAML',
