Hello community, here is the log from the commit of package bazel-skylib for openSUSE:Leap:15.2 checked in at 2020-02-19 18:47:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/bazel-skylib (Old) and /work/SRC/openSUSE:Leap:15.2/.bazel-skylib.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bazel-skylib" Wed Feb 19 18:47:00 2020 rev:1 rq:775959 version:0.9.0 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.bazel-skylib.new.26092/bazel-skylib.changes 2020-02-19 18:47:01.242877243 +0100 @@ -0,0 +1,75 @@ +------------------------------------------------------------------- +Mon Aug 05 12:02:38 UTC 2019 - [email protected] + +- Update to version 0.9.0: + * fix formatting problem (#169) + * Give BuildSettingInfo's value field a description (#167) + * Create new stardoc target for common_settings.bzl (#166) + * Get docs working again. (#165) + * Create common build settings (#154) + * selects.bzl: Add config_setting_group for config_setting AND/OR-chaining (#89) + * README.md: Fix typo in project name (#161) + * Add some comments to unittest_test.sh (#159) + * Make sets.bzl point to new_sets.bzl instead of old_sets.bzl (#158) + * Fix for --incompatible_no_support_tools_in_action_inputs on Windows (#157) + * Fix repository for compatibility with --incompatible_no_support_tools_in_action_inputs (#156) + * run_binary: runs an executable as an action (#153) + * New rules: native_binary and native_test (#152) + * copy_file: expose the copying logic (#151) + * write_file: support different line endings (#150) + * Minor formatting changes plus doc updates (#147) + * Fix a number of misc issues to allow google usage of bazel-skylib (#146) + * Use TEST_SRCDIR for shell tests (#145) + * Pass through an attribute arguments to `analysistest.make`. (#140) + * Fix typo (#142) + * Add licenses() to all BUILD files. (#141) + * diff_test: add rule and tests (#136) + * Fix installation instructions (#135) + * Fix broken link to new_sets doc page (#120) + * Reformat with buildifier --warnings=all (#138) + * Regenerate docs + remove maprule.md (#137) + * Windows: fix tests for native test wrapper (#129) + * maprule: move functionality to maprule_util.bzl (#132) + * maprule: hide it, not ready for public use. (#133) + * Accept kwargs in dicts.add() (#130) + * maprule: add basic integration test (#131) + * e2e tests: make them run on Windows (#121) + * write_file: add rule and tests (#122) + * copy_file: add rule and tests (#123) + * Use //... to mean "all packages" (#128) + * run buildifier 0.22.0 (#125) + * Fix Buildifier version (#124) + * maprule: use ctx.resolve_tools (#117) + * add documentation pages for rules/ and lib/ (#119) + * CI updates. (#118) + * fix a number of warnings found by Starlark analyzer (#114) + * analysistest API for retrieval of actions registered by target under test + * CI simplification/improvements for buildifier (#113) + * Add analysis_test rule + * Add analysis-test test framework (#110) + * Create CODEOWNERS (#103) + * Add basic shell testing for unittest.bzl (#108) + * Add `types.is_depset`. (#105) + * Add rules to the test_deps target. (#102) + * Fix example load directive. (#101) + * Some doc fixes (#100) + * Add a build_test rule. (#97) + * Enable tests on Windows (#99) + * reorder toolchain targets to help clarity (#95) + * add unittest/toolchains/BUILD as a test dep (#96) + * add missing license notices (#94) + * fix various linter errors (#93) + * Wrap invocation of dict.items() in list(). (#91) + * maprule: an improved version of genrule() (#86) + * Buildifier fixes (#87) + * Run buildifier --lint=fix over the files. (#88) + * Fix load paths examples in README (#80) + * unittest.bzl: supports Windows (#84) + * Fix Skylark analyzer warning. (#81) + * Add WORKSPACE to the things checked by buildifier. (#79) + * Fix skylark_library deps for new_sets and unittest. (#76) + +------------------------------------------------------------------- +Thu Jan 10 12:29:11 UTC 2019 - MichaĆ Rostecki <[email protected]> + +- Initial version 0.6.0 New: ---- _service _servicedata bazel-skylib-0.9.0.tar.xz bazel-skylib.changes bazel-skylib.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bazel-skylib.spec ++++++ # # spec file for package bazel-skylib # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define src_install_dir /usr/src/%{name} Name: bazel-skylib Version: 0.9.0 Release: 0 Summary: Set of functions for writing Bazel build rules with Skylark License: Apache-2.0 Group: Development/Tools/Building Url: https://github.com/bazelbuild/bazel-skylib Source: %{name}-%{version}.tar.xz %description Skylib is a standard library that provides functions for manipulating collections, file paths, and common features for writing custom build rules in Bazel. %package source Summary: Source code of bazel-skylib Group: Development/Sources BuildArch: noarch %description source Skylib is a standard library that provides functions for manipulating collections, file paths, and common features for writing custom build rules in Bazel. This package contains source code of Skylib. %prep %setup -q %build %install mkdir -p %{buildroot}%{src_install_dir} tar -xJf %{SOURCE0} --strip-components=1 -C %{buildroot}%{src_install_dir} %files source %license LICENSE %doc README.md %{src_install_dir} %changelog ++++++ _service ++++++ <services> <service mode="disabled" name="tar_scm"> <param name="url">https://github.com/bazelbuild/bazel-skylib</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">bazel-skylib</param> <param name="versionformat">@PARENT_TAG@</param> <param name="revision">refs/tags/0.9.0</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version"/> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/bazelbuild/bazel-skylib</param> <param name="changesrevision">2b38b2f8bd4b8603d610cfc651fcbb299498147f</param></service></servicedata>
