[Git][clojure-team/prismatic-plumbing-clojure][upstream] New upstream version 0.5.5

Louis-Philippe Véronneau gitlab at salsa.debian.org
Thu Dec 17 22:33:07 GMT 2020



Louis-Philippe Véronneau pushed to branch upstream at Debian Clojure Maintainers / prismatic-plumbing-clojure


Commits:
f807ffac by Louis-Philippe Véronneau at 2020-12-09T12:57:17-05:00
New upstream version 0.5.5
- - - - -


3 changed files:

- CHANGELOG.md
- README.md
- project.clj


Changes:

=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,6 @@
+## 0.5.5 
+ * Bump schema dependency to avoid issues with Clojure 1.9 out of the box.
+
 ## 0.5.4
  * Allow redefining keys in an inner scope, and clarify the semantics.
  * Nicer error messages for `safe-get`, `safe-select-keys`, `merge-disjoint`.


=====================================
README.md
=====================================
@@ -91,7 +91,7 @@ A Graph encodes the structure of a computation, but not how it happens, allowing
 (def output (lazy-stats {:xs [1 2 3 6]}))
 ;; Nothing has actually been computed yet
 (= (/ 25 2) (:m2 output))
-;; Now :n, :m, and :m2 have been computed, but :v is still behind a delay
+;; Now :n and :m2 have been computed, but :v and :m are still behind a delay
 
 
 (def par-stats (graph/par-compile stats-graph))


=====================================
project.clj
=====================================
@@ -1,11 +1,11 @@
-(defproject prismatic/plumbing "0.5.4"
+(defproject prismatic/plumbing "0.5.5"
   :description "Prismatic's Clojure utility belt."
   :url "https://github.com/plumatic/plumbing"
   :license {:name "Eclipse Public License - v 1.0"
             :url "http://www.eclipse.org/legal/epl-v10.html"
             :distribution :repo}
 
-  :dependencies [[prismatic/schema "1.0.1"]
+  :dependencies [[prismatic/schema "1.1.7"]
                  [de.kotka/lazymap "3.1.0" :exclusions [org.clojure/clojure]]]
 
   :profiles {:dev {:dependencies [[org.clojure/clojure "1.6.0"]



View it on GitLab: https://salsa.debian.org/clojure-team/prismatic-plumbing-clojure/-/commit/f807ffac239057ffac73776803608cadec53be7a

-- 
View it on GitLab: https://salsa.debian.org/clojure-team/prismatic-plumbing-clojure/-/commit/f807ffac239057ffac73776803608cadec53be7a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20201217/bdfcb1a7/attachment.html>


More information about the pkg-java-commits mailing list