[Git][clojure-team/math-numeric-tower-clojure][master] 7 commits: New upstream version 0.1.1
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Jun 5 15:08:24 BST 2026
Andreas Tille pushed to branch master at Debian Clojure Maintainers / math-numeric-tower-clojure
Commits:
ed6ec502 by Andreas Tille at 2026-06-05T16:06:09+02:00
New upstream version 0.1.1
- - - - -
6c30c1cf by Andreas Tille at 2026-06-05T16:06:09+02:00
New upstream version
- - - - -
475afeda by Andreas Tille at 2026-06-05T16:06:10+02:00
Update upstream source from tag 'upstream/0.1.1'
Update to upstream version '0.1.1'
with Debian dir f58395be62350a82304ca3c9108200e7233d6874
- - - - -
e1e12822 by Andreas Tille at 2026-06-05T16:06:10+02:00
Standards-Version: 4.7.4 (routine-update)
- - - - -
43efd406 by Andreas Tille at 2026-06-05T16:06:13+02:00
Changes made by cme
- - - - -
572342ca by Andreas Tille at 2026-06-05T16:06:20+02:00
lintian-brush: add d/u/metadata (routine-update)
- - - - -
3b879659 by Andreas Tille at 2026-06-05T16:07:33+02:00
routine-update: Ready to upload to unstable
- - - - -
10 changed files:
- .github/workflows/doc-build.yml
- .github/workflows/release.yml
- .github/workflows/snapshot.yml
- .github/workflows/test.yml
- .gitignore
- README.md
- debian/changelog
- debian/control
- + debian/upstream/metadata
- pom.xml
Changes:
=====================================
.github/workflows/doc-build.yml
=====================================
@@ -1,5 +1,8 @@
name: Build API Docs
+permissions:
+ contents: write
+
on:
workflow_dispatch:
=====================================
.github/workflows/release.yml
=====================================
@@ -1,5 +1,8 @@
name: Release on demand
+permissions:
+ contents: write
+
on:
workflow_dispatch:
inputs:
=====================================
.github/workflows/snapshot.yml
=====================================
@@ -1,5 +1,8 @@
name: Snapshot on demand
+permissions:
+ contents: read
+
on: [workflow_dispatch]
jobs:
=====================================
.github/workflows/test.yml
=====================================
@@ -1,5 +1,8 @@
name: Test
+permissions:
+ contents: read
+
on: [push]
jobs:
=====================================
.gitignore
=====================================
@@ -9,3 +9,5 @@ clojure-contrib.jar
clojure.jar
clojure-contrib-src.jar
target
+deps.edn
+.cpcache/
=====================================
README.md
=====================================
@@ -1,8 +1,6 @@
clojure.math.numeric-tower
========================================
-Formerly clojure.contrib.math
-
Math functions that deal intelligently with the various
types in Clojure's numeric tower, as well as math functions
commonly found in Scheme implementations.
@@ -32,21 +30,20 @@ More documentation in docstrings.
Releases and Dependency Information
========================================
-Latest stable release: 0.0.5
+Latest stable release: 0.1.1
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22math.numeric-tower%22)
-
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~math.numeric-tower~~~)
-[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
+[CLI/`deps.edn`](https://clojure.org/reference/deps_edn) dependency information:
```clojure
-org.clojure/math.numeric-tower {:mvn/version "0.0.5"}
+org.clojure/math.numeric-tower {:mvn/version "0.1.1"}
```
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
```clojure
-[org.clojure/math.numeric-tower "0.0.5"]
+[org.clojure/math.numeric-tower "0.1.1"]
```
[Maven](https://maven.apache.org/) dependency information:
@@ -55,7 +52,7 @@ org.clojure/math.numeric-tower {:mvn/version "0.0.5"}
<dependency>
<groupId>org.clojure</groupId>
<artifactId>math.numeric-tower</artifactId>
- <version>0.0.5</version>
+ <version>0.1.1</version>
</dependency>
```
@@ -104,6 +101,12 @@ Developer Information
Changelog
========================================
+* Release 0.1.1 on 2025-12-30
+ * Update parent pom
+
+* Release 0.1.0 on 2024-02-19
+ * Update parent pom
+
* Release 0.0.5 on 2021-12-01
* Exclude abs to avoid future warning in 1.11
=====================================
debian/changelog
=====================================
@@ -1,11 +1,15 @@
-math-numeric-tower-clojure (0.1.0-2) UNRELEASED; urgency=medium
+math-numeric-tower-clojure (0.1.1-1) unstable; urgency=medium
* Team upload.
* Fix Vcs fields
Closes: #1132488
* Build-Depends: s/default-jdk/default-jdk-headless/
+ * New upstream version
+ * Standards-Version: 4.7.4 (routine-update)
+ * Remove Priority field (cme)
+ * lintian-brush: add d/u/metadata (routine-update)
- -- Andreas Tille <tille at debian.org> Fri, 05 Jun 2026 15:59:06 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 05 Jun 2026 16:06:23 +0200
math-numeric-tower-clojure (0.1.0-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -1,10 +1,9 @@
Source: math-numeric-tower-clojure
-Standards-Version: 4.7.2
+Standards-Version: 4.7.4
Maintainer: Debian Clojure Maintainers <team+clojure at tracker.debian.org>
Uploaders:
Apollon Oikonomopoulos <apoikos at debian.org>,
Section: java
-Priority: optional
Build-Depends:
clojure,
debhelper-compat (= 13),
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,3 @@
+---
+Repository: https://github.com/clojure/math.numeric-tower.git
+Repository-Browse: git at github.com:clojure/math.numeric-tower.git
=====================================
pom.xml
=====================================
@@ -1,13 +1,14 @@
<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>math.numeric-tower</artifactId>
- <version>0.1.0</version>
+ <version>0.1.1</version>
<name>math.numeric-tower</name>
+ <description>Math functions that deal intelligently with the various types in Clojure's numeric tower.</description>
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
- <version>1.2.0</version>
+ <version>1.4.0</version>
</parent>
<developers>
@@ -20,6 +21,6 @@
<connection>scm:git:git at github.com:clojure/math.numeric-tower.git</connection>
<developerConnection>scm:git:git at github.com:clojure/math.numeric-tower.git</developerConnection>
<url>git at github.com:clojure/math.numeric-tower.git</url>
- <tag>v0.1.0</tag>
+ <tag>v0.1.1</tag>
</scm>
</project>
View it on GitLab: https://salsa.debian.org/clojure-team/math-numeric-tower-clojure/-/compare/7e66405fefffd590430c38dd04b7b659fe60455b...3b879659dfcf3835f25479d7f1dfd3ed4ee66bb1
--
View it on GitLab: https://salsa.debian.org/clojure-team/math-numeric-tower-clojure/-/compare/7e66405fefffd590430c38dd04b7b659fe60455b...3b879659dfcf3835f25479d7f1dfd3ed4ee66bb1
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20260605/72a2f443/attachment.htm>
More information about the pkg-java-commits
mailing list