git: 6a5a9cc088e5 - main - astro/py-ephem: Update to 4.1

Rainer Hurling rhurlin at FreeBSD.org
Thu Sep 30 20:17:27 UTC 2021


The branch main has been updated by rhurlin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a5a9cc088e5b85b084d9d8c9cc21df6bfeb07a8

commit 6a5a9cc088e5b85b084d9d8c9cc21df6bfeb07a8
Author:     Rainer Hurling <rhurlin at FreeBSD.org>
AuthorDate: 2021-09-30 19:44:35 +0000
Commit:     Rainer Hurling <rhurlin at FreeBSD.org>
CommitDate: 2021-09-30 20:17:18 +0000

    astro/py-ephem: Update to 4.1
    
    Changelog: https://github.com/brandon-rhodes/pyephem/compare/4.0.0.2...96e5fe5
    
    Reported by:    Repology
---
 astro/py-ephem/Makefile                                   |  2 +-
 astro/py-ephem/distinfo                                   |  6 +++---
 astro/py-ephem/files/patch-ephem_tests_test__satellite.py | 11 -----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/astro/py-ephem/Makefile b/astro/py-ephem/Makefile
index 66965aab04e9..92aed6b5f840 100644
--- a/astro/py-ephem/Makefile
+++ b/astro/py-ephem/Makefile
@@ -1,7 +1,7 @@
 # Created by: db
 
 PORTNAME=	ephem
-PORTVERSION=	4.0.0.2
+PORTVERSION=	4.1
 CATEGORIES=	astro math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/astro/py-ephem/distinfo b/astro/py-ephem/distinfo
index d0621a1c4e9e..4da09e18e21e 100644
--- a/astro/py-ephem/distinfo
+++ b/astro/py-ephem/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1623752859
-SHA256 (ephem-4.0.0.2.tar.gz) = d03de73ebf6a91681d597eb5b5d43bcf6f0c67e292bba2f9a974734b4f15757e
-SIZE (ephem-4.0.0.2.tar.gz) = 738626
+TIMESTAMP = 1633030603
+SHA256 (ephem-4.1.tar.gz) = c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6
+SIZE (ephem-4.1.tar.gz) = 1254139
diff --git a/astro/py-ephem/files/patch-ephem_tests_test__satellite.py b/astro/py-ephem/files/patch-ephem_tests_test__satellite.py
deleted file mode 100644
index 498c97246dfd..000000000000
--- a/astro/py-ephem/files/patch-ephem_tests_test__satellite.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- ephem/tests/test_satellite.py.orig	2021-06-12 19:13:26 UTC
-+++ ephem/tests/test_satellite.py
-@@ -21,7 +21,7 @@ class SatelliteTests(unittest.TestCase):
-         lines = list(tle_lines)
-         lines[1] = lines[1][:-1] + '1'
-         expected = 'incorrect TLE checksum at end of line'
--        self.assertRaisesRegexp(ValueError, expected, ephem.readtle, *lines)
-+        self.assertRaisesRegex(ValueError, expected, ephem.readtle, *lines)
- 
-     def test_normal_methods(self):
-         for which in ['previous', 'next']:


More information about the dev-commits-ports-all mailing list