New Upstream Snapshot - data-json-clojure

Ready changes

Summary

Merged new upstream version: 2.4.0+git20220902.1.0b491b2 (was: 2.4.0).

Resulting package

Built on 2023-01-22T14:28 (took 5m8s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots libdata-json-clojure

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index d6672d7..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-target
-.cpcache/
-.idea/
-*.iml
-.lein*
-.nrepl*
diff --git a/README.md b/README.md
index b0d568d..0c66ede 100644
--- a/README.md
+++ b/README.md
@@ -13,23 +13,23 @@ Releases and Dependency Information
 
 This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
 
-Latest stable release is [2.3.1]
+Latest stable release is [2.4.0]
 
 [CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
 ```clojure
-org.clojure/data.json {:mvn/version "2.3.1"}
+org.clojure/data.json {:mvn/version "2.4.0"}
 ```
 
 [Leiningen] dependency information:
 
-    [org.clojure/data.json "2.3.1"]
+    [org.clojure/data.json "2.4.0"]
 
 [Maven] dependency information:
 
     <dependency>
       <groupId>org.clojure</groupId>
       <artifactId>data.json</artifactId>
-      <version>2.3.1</version>
+      <version>2.4.0</version>
     </dependency>
 
 [Leiningen]: https://leiningen.org/
@@ -153,7 +153,7 @@ Developer Information
 Change Log
 ----------------------------------------
 
-* next
+* Release [2.4.0] on 2021-Jul-12
   * Fix [DJSON-52]: Remove Classloader workaround to support Clojure 1.2.x and below
   * Fix [DJSON-53]: Move deprecated API functions from compat ns into main ns
 * Release [2.3.1] on 2021-May-19
@@ -240,6 +240,8 @@ Change Log
   * Initial release.
   * Source-compatible with clojure.contrib.json, except for the name change.
 
+[DJSON-53]: https://clojure.atlassian.net/browse/DJSON-53
+[DJSON-52]: https://clojure.atlassian.net/browse/DJSON-52
 [DJSON-51]: https://clojure.atlassian.net/browse/DJSON-51
 [DJSON-48]: https://clojure.atlassian.net/browse/DJSON-48
 [DJSON-47]: https://clojure.atlassian.net/browse/DJSON-47
@@ -269,6 +271,7 @@ Change Log
 [DJSON-7]: https://clojure.atlassian.net/browse/DJSON-7
 [DJSON-1]: https://clojure.atlassian.net/browse/DJSON-1
 
+[2.4.0]: https://github.com/clojure/data.json/tree/data.json-2.4.0
 [2.3.1]: https://github.com/clojure/data.json/tree/data.json-2.3.1
 [2.3.0]: https://github.com/clojure/data.json/tree/data.json-2.3.0
 [2.2.3]: https://github.com/clojure/data.json/tree/data.json-2.2.3
diff --git a/debian/changelog b/debian/changelog
index 3d9096e..854fc12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+data-json-clojure (2.4.0+git20220902.1.0b491b2-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Sun, 22 Jan 2023 14:25:17 -0000
+
 data-json-clojure (2.4.0-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/pom.xml b/pom.xml
index 9738307..3cdaccf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>data.json</artifactId>
-  <version>2.4.0</version>
+  <version>2.4.1-SNAPSHOT</version>
   <name>data.json</name>
   <description>Generating/parsing JSON from/to Clojure data structures</description>
   <url>https://github.com/clojure/data.json</url>
@@ -26,7 +26,7 @@
     <connection>scm:git:git@github.com:clojure/data.json</connection>
     <developerConnection>scm:git:git@github.com:clojure/data.json</developerConnection>
     <url>git@github.com:clojure/data.json.git</url>
-    <tag>v2.4.0</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/java/data.json-2.4.1-SNAPSHOT.jar
-rw-r--r--  root/root   /usr/share/maven-repo/org/clojure/data.json/2.4.1-SNAPSHOT/data.json-2.4.1-SNAPSHOT.pom
lrwxrwxrwx  root/root   /usr/share/java/data.json.jar -> data.json-2.4.1-SNAPSHOT.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/data.json/2.4.1-SNAPSHOT/data.json-2.4.1-SNAPSHOT.jar -> ../../../../../java/data.json-2.4.1-SNAPSHOT.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/data.json/debian/data.json-debian.jar -> ../../../../../java/data.json-2.4.1-SNAPSHOT.jar

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/java/data.json-2.4.0.jar
-rw-r--r--  root/root   /usr/share/maven-repo/org/clojure/data.json/2.4.0/data.json-2.4.0.pom
lrwxrwxrwx  root/root   /usr/share/java/data.json.jar -> data.json-2.4.0.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/data.json/2.4.0/data.json-2.4.0.jar -> ../../../../../java/data.json-2.4.0.jar
lrwxrwxrwx  root/root   /usr/share/maven-repo/org/clojure/data.json/debian/data.json-debian.jar -> ../../../../../java/data.json-2.4.0.jar

No differences were encountered in the control files

More details

Full run details