diff --git a/_service b/_service index 8ad022e..c4cf355 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - v1.9.0 - 1.9.0 + v1.9.1 + 1.9.1 https://github.com/google/benchmark.git git enable diff --git a/_servicedata b/_servicedata index 36948d8..c6280f0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/google/benchmark.git - 12235e24652fc7f809373e7c11a5f73c5763fc4c \ No newline at end of file + c58e6d0710581e3a08d65c349664128a8d9a2461 \ No newline at end of file diff --git a/benchmark-1.9.0.obscpio b/benchmark-1.9.0.obscpio deleted file mode 100644 index 0d858ca..0000000 --- a/benchmark-1.9.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec0f57478a8f6aeabaa6cbd198f0fb3148169eb16362450ed4320c6a9efeb3d -size 1028620 diff --git a/benchmark-1.9.1.obscpio b/benchmark-1.9.1.obscpio new file mode 100644 index 0000000..fc828d1 --- /dev/null +++ b/benchmark-1.9.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0cce788c44952d37e98c4b3bf9a18078e13f4f38a01bc601c04964c38df322 +size 1033228 diff --git a/benchmark.changes b/benchmark.changes index 1a4c5a8..92fe18d 100644 --- a/benchmark.changes +++ b/benchmark.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Dec 3 12:30:33 UTC 2024 - Martin Pluskal + +- Update to version 1.9.1: + * v1.9.1 bump + * Improve examples on `ComputeStatistics` (#1881) + * update standard to C++17 per C++ build support (#1875) + * Declare a Python 3.13 toolchain, revert setup.py toolchain arget selection (#1876) + * Add a Python matrix to ensure the bindings build on all supported versions (#1871) + * Add `nb::is_flag()` annotation to Counter::Flags (#1870) + * [#1487] ensure that when printing color text the background color of the terminal on windows is preserved (#1865) + * Verify RegisterProfilerManager doesn't overwrite an existing registration (#1837) + * bump googletest version to match bazel (#1868) + * Update nanobind_bazel to v2.2.0 (#1866) + * upgrade bazel mods. requires c++14 for tests (#1867) + * Update user_guide.md (#1863) + * Fix spurious warning 'misc-use-anonymous-namespace' (#1860) (#1861) + * Add enum value from newest Windows SDK (#1859) + * Version string correction in pkg-config files (#1858) + * add dry run docs + * Added the functionality for a dry run benchmark called through the cli argument --benchmark_dry_run. (#1851) + * enable the /MP MSVC compiler argument for parallel compilation (#1846) + * Bump oldest supported Python to 3.10, eliminate setuptools-scm (#1842) + * Fix C4459: Rename a function parameter `profiler_manager` to avoid hiding the global declaration. (#1839) + * Align benchmark::State to a cacheline. (#1230) + * Fix Python manual timing example (#1722) + * separate wheel versions in an effort to avoid timeouts + ------------------------------------------------------------------- Sat Oct 19 15:40:54 UTC 2024 - andrea.manzini@suse.com diff --git a/benchmark.obsinfo b/benchmark.obsinfo index 1c14546..0eccc89 100644 --- a/benchmark.obsinfo +++ b/benchmark.obsinfo @@ -1,4 +1,4 @@ name: benchmark -version: 1.9.0 -mtime: 1723802895 -commit: 12235e24652fc7f809373e7c11a5f73c5763fc4c +version: 1.9.1 +mtime: 1732812698 +commit: c58e6d0710581e3a08d65c349664128a8d9a2461 diff --git a/benchmark.spec b/benchmark.spec index 2e1609c..55673ff 100644 --- a/benchmark.spec +++ b/benchmark.spec @@ -19,7 +19,7 @@ %define soname lib%{name} %define sover 1 Name: benchmark -Version: 1.9.0 +Version: 1.9.1 Release: 0 Summary: A microbenchmark support library License: Apache-2.0