Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / fieldslib
Commits: 1c8ad417 by Stéphane Glondu at 2023-02-01T12:34:54+01:00 New upstream version 0.15.0 - - - - - 90c78ee7 by Stéphane Glondu at 2023-02-01T12:34:55+01:00 Update upstream source from tag 'upstream/0.15.0' Update to upstream version '0.15.0' with Debian dir 17afa13eb049dac20c4863c57d12e8bfe7166f8c - - - - - ab4bc90d by Stéphane Glondu at 2023-02-01T12:35:11+01:00 New upstream release - - - - - 4d7540d7 by Stéphane Glondu at 2023-02-01T12:38:23+01:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - LICENSE.md - debian/changelog - fieldslib.opam Changes: ===================================== LICENSE.md ===================================== @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2009--2020 Jane Street Group, LLC <[email protected]> +Copyright (c) 2009--2022 Jane Street Group, LLC <[email protected]> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +fieldslib (1:0.15.0-1) unstable; urgency=medium + + [ Stéphane Glondu ] + * New upstream release + + [ Debian Janitor ] + * Update watch file format version to 4 + * Set upstream metadata fields + * Update standards version to 4.6.1 + + -- Stéphane Glondu <[email protected]> Wed, 01 Feb 2023 12:38:20 +0100 + fieldslib (1:0.14.0-1) unstable; urgency=medium * New upstream release ===================================== fieldslib.opam ===================================== @@ -1,7 +1,7 @@ opam-version: "2.0" -version: "v0.14.0" -maintainer: "[email protected]" -authors: ["Jane Street Group, LLC <[email protected]>"] +version: "v0.15.0" +maintainer: "Jane Street developers" +authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/fieldslib" bug-reports: "https://github.com/janestreet/fieldslib/issues" dev-repo: "git+https://github.com/janestreet/fieldslib.git" @@ -11,8 +11,8 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ - "ocaml" {>= "4.04.2"} - "base" {>= "v0.14" & < "v0.15"} + "ocaml" {>= "4.08.0"} + "base" {>= "v0.15" & < "v0.16"} "dune" {>= "2.0.0"} ] synopsis: "Syntax extension to define first class values representing record fields, to get and set record fields, iterate and fold over all fields of a record and create new record values" View it on GitLab: https://salsa.debian.org/ocaml-team/fieldslib/-/compare/78fa0ca620f0883541bfe46b384654debe5abb7c...4d7540d748977ff432a28957ac5cd77630720ef6 -- View it on GitLab: https://salsa.debian.org/ocaml-team/fieldslib/-/compare/78fa0ca620f0883541bfe46b384654debe5abb7c...4d7540d748977ff432a28957ac5cd77630720ef6 You're receiving this email because of your account on salsa.debian.org.

