Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-qcheck for openSUSE:Factory checked in at 2023-12-19 23:16:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-qcheck (Old) and /work/SRC/openSUSE:Factory/.ocaml-qcheck.new.9037 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-qcheck" Tue Dec 19 23:16:12 2023 rev:14 rq:1133969 version:0.21.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-qcheck/ocaml-qcheck.changes 2023-09-15 22:10:54.016773601 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-qcheck.new.9037/ocaml-qcheck.changes 2023-12-19 23:16:21.878696290 +0100 @@ -1,0 +2,6 @@ +Tue Dec 12 12:12:12 UTC 2023 - oher...@suse.de + +- Update to version 0.21.3 + see included CHANGELOG.md file for details + +------------------------------------------------------------------- Old: ---- ocaml-qcheck-0.21.2.tar.xz New: ---- ocaml-qcheck-0.21.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-qcheck.spec ++++++ --- /var/tmp/diff_new_pack.YyqMzz/_old 2023-12-19 23:16:22.470717848 +0100 +++ /var/tmp/diff_new_pack.YyqMzz/_new 2023-12-19 23:16:22.474717994 +0100 @@ -32,7 +32,7 @@ %define pkg ocaml-qcheck Name: %pkg%nsuffix -Version: 0.21.2 +Version: 0.21.3 Release: 0 %{?ocaml_preserve_bytecode} Summary: QuickCheck inspired property-based testing for OCaml @@ -42,8 +42,7 @@ Source0: %pkg-%version.tar.xz BuildRequires: ocaml(ocaml_base_version) >= 4.08 BuildRequires: ocaml-dune >= 2.8 -BuildRequires: ocaml-rpm-macros >= 20230101 -BuildRequires: ocamlfind(bytes) +BuildRequires: ocaml-rpm-macros >= 20231101 BuildRequires: ocamlfind(ounit2) BuildRequires: ocamlfind(ppxlib) BuildRequires: ocamlfind(ppx_deriving) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YyqMzz/_old 2023-12-19 23:16:22.522719742 +0100 +++ /var/tmp/diff_new_pack.YyqMzz/_new 2023-12-19 23:16:22.526719887 +0100 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">ocaml-qcheck</param> - <param name="revision">321628b10b5f84cee45d4c15e2939927562b1b98</param> + <param name="revision">e43c6756af3516a19bd626e43f21b3c6514e7b1c</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/c-cube/qcheck.git</param> ++++++ ocaml-qcheck-0.21.2.tar.xz -> ocaml-qcheck-0.21.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/CHANGELOG.md new/ocaml-qcheck-0.21.3/CHANGELOG.md --- old/ocaml-qcheck-0.21.2/CHANGELOG.md 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/CHANGELOG.md 2023-11-30 15:00:24.000000000 +0100 @@ -1,5 +1,10 @@ # Changes +## 0.21.3 + +- Drop the dependency on `base-bytes` as it is provided in all supported + versions of the OCaml compiler + ## 0.21.2 - Reintroduce the `Shrink.list_spine` fix by catching `Invalid_argument` and diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/README.adoc new/ocaml-qcheck-0.21.3/README.adoc --- old/ocaml-qcheck-0.21.2/README.adoc 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/README.adoc 2023-11-30 15:00:24.000000000 +0100 @@ -406,10 +406,11 @@ A ppx_deriver is provided to derive QCheck generators from a type declaration. -```ocaml +[source,OCaml] +---- type tree = Leaf of int | Node of tree * tree [@@deriving qcheck] -``` +---- See the according https://github.com/c-cube/qcheck/tree/master/src/ppx_deriving_qcheck/[README] for more information and examples. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/ocaml-qcheck.changes new/ocaml-qcheck-0.21.3/ocaml-qcheck.changes --- old/ocaml-qcheck-0.21.2/ocaml-qcheck.changes 1970-01-01 01:00:00.000000000 +0100 +++ new/ocaml-qcheck-0.21.3/ocaml-qcheck.changes 2023-11-30 15:00:24.000000000 +0100 @@ -0,0 +1,6 @@ +c199aa5 Prepare CHANGELOG for next release +08c3e47 Fix asciidoc error +86ced4a Merge pull request #284 from jamesjer/main +31d98b8 Remove the dependency on `bytes` +9672fe6 Merge pull request #285 from shym/no-bytes +e43c675 (tag: v0.21.3) Prepare for v0.21.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/qcheck-alcotest.opam new/ocaml-qcheck-0.21.3/qcheck-alcotest.opam --- old/ocaml-qcheck-0.21.2/qcheck-alcotest.opam 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/qcheck-alcotest.opam 2023-11-30 15:00:24.000000000 +0100 @@ -5,7 +5,7 @@ license: "BSD-2-Clause" synopsis: "Alcotest backend for qcheck" doc: ["http://c-cube.github.io/qcheck/"] -version: "0.21.2" +version: "0.21.3" tags: [ "test" "quickcheck" @@ -19,7 +19,6 @@ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "qcheck-core" { = version } "alcotest" {>= "0.8.1"} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/qcheck-core.opam new/ocaml-qcheck-0.21.3/qcheck-core.opam --- old/ocaml-qcheck-0.21.2/qcheck-core.opam 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/qcheck-core.opam 2023-11-30 15:00:24.000000000 +0100 @@ -5,7 +5,7 @@ license: "BSD-2-Clause" synopsis: "Core qcheck library" doc: ["http://c-cube.github.io/qcheck/"] -version: "0.21.2" +version: "0.21.3" tags: [ "test" "property" @@ -18,7 +18,6 @@ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "alcotest" {with-test} "odoc" {with-doc} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/qcheck-ounit.opam new/ocaml-qcheck-0.21.3/qcheck-ounit.opam --- old/ocaml-qcheck-0.21.2/qcheck-ounit.opam 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/qcheck-ounit.opam 2023-11-30 15:00:24.000000000 +0100 @@ -5,7 +5,7 @@ homepage: "https://github.com/c-cube/qcheck/" doc: ["http://c-cube.github.io/qcheck/"] synopsis: "OUnit backend for qcheck" -version: "0.21.2" +version: "0.21.3" tags: [ "qcheck" "quickcheck" @@ -18,7 +18,6 @@ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "qcheck-core" { = version } "ounit2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/qcheck.opam new/ocaml-qcheck-0.21.3/qcheck.opam --- old/ocaml-qcheck-0.21.2/qcheck.opam 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/qcheck.opam 2023-11-30 15:00:24.000000000 +0100 @@ -5,7 +5,7 @@ homepage: "https://github.com/c-cube/qcheck/" license: "BSD-2-Clause" doc: ["http://c-cube.github.io/qcheck/"] -version: "0.21.2" +version: "0.21.3" tags: [ "test" "property" @@ -18,7 +18,6 @@ ] depends: [ "dune" { >= "2.8.0" } - "base-bytes" "base-unix" "qcheck-core" { = version } "qcheck-ounit" { = version } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/src/alcotest/dune new/ocaml-qcheck-0.21.3/src/alcotest/dune --- old/ocaml-qcheck-0.21.2/src/alcotest/dune 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/src/alcotest/dune 2023-11-30 15:00:24.000000000 +0100 @@ -3,6 +3,6 @@ (name qcheck_alcotest) (public_name qcheck-alcotest) (wrapped false) - (libraries unix bytes qcheck-core qcheck-core.runner alcotest) + (libraries unix qcheck-core qcheck-core.runner alcotest) (flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string) ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/src/core/dune new/ocaml-qcheck-0.21.3/src/core/dune --- old/ocaml-qcheck-0.21.2/src/core/dune 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/src/core/dune 2023-11-30 15:00:24.000000000 +0100 @@ -3,6 +3,6 @@ (name qcheck_core) (public_name qcheck-core) (wrapped false) - (libraries unix bytes) + (libraries unix) (flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string) ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-qcheck-0.21.2/src/ounit/dune new/ocaml-qcheck-0.21.3/src/ounit/dune --- old/ocaml-qcheck-0.21.2/src/ounit/dune 2023-08-25 10:56:42.000000000 +0200 +++ new/ocaml-qcheck-0.21.3/src/ounit/dune 2023-11-30 15:00:24.000000000 +0100 @@ -3,6 +3,6 @@ (name qcheck_ounit) (public_name qcheck-ounit) (wrapped false) - (libraries unix bytes qcheck-core qcheck-core.runner ounit2) + (libraries unix qcheck-core qcheck-core.runner ounit2) (flags :standard -w +a-4-42-44-48-50-58-32-60@8 -safe-string) )