pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

p5-Astro-SpaceTrack: update to 0.099.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Sep 19 20:55:53 2017 +0200
Changeset:	3cf5806dcc886330364da9cbabbec8ebd6a76d98

Modified Files:
	p5-Astro-SpaceTrack/Makefile
	p5-Astro-SpaceTrack/distinfo

Log Message:
p5-Astro-SpaceTrack: update to 0.099.

0.099		2017-05-24	T. R. Wyant
    Deprecate McCants' Iridium status.

0.098		2017-03-15	T. R. Wyant
    Move SpaceTrack script from bin/ to script/

    Don't 'use Exporter qw{ import };'. Instead, subclass Exporter.

    eval() autoflush() in test routines, requiring 'IO::Handle' first.

0.097		2017-02-09	T. R. Wyant
  Add Celestrak catalogs 'iridium-NEXT' and 'ses'.

0.096		2017-01-15	T. R. Wyant
  Ditch 'use base'.
    Astro::SpaceTrack is no longer a subclass of Exporter. Instead
    import() was imported into its name space.
    In the case of the inc/ files, 'use base' was replaced by a 'use' of
    the appropriate module, followed by assignment to @ISA.

  Have relevant author tests use identity file.

  Document the use of environment variable CI_GPG to get gpg2 even
    though gpg is also installed.

0.095		2016-11-07	T. R. Wyant
  Support Config::Identity file. Both the file and Config::Identity are
    optional. The file name is spacetrack.id (MSWin32 and VMS) or
    .spacetrack-identity (anything else) in the user's home directory.
    The file itself can be GnuPG encrypted.

  Rod Sladen Iridium status update.

0.094		2016-08-07	T. R. Wyant
  Implement Kelso Iridium status '[B]' as spare, and implement all
    other status codes documented on the Celestrak web site.

  Update copyright date returned by banner().

0.093		2016-01-20	T. R. Wyant
  Make t/query_iridium_status_*.t skip rather than fail if the server is
    unavailable.

  Add GitHub repository to metadata.

0.092		2015-05-27	T. R. Wyant
  Add new Space Track catalog "files" (canned queries, really). These
    are:
        medium_earth_orbit
        low_earth_orbit
        highly_elliptical

0.091		2015-04-15	T. R. Wyant
  Add dependency on Mozilla::CA in hope to quash some of the CPAN
    testers CERT errors.

  Simplify the -last5 handling code. Rather than defaulting it and then
    removing it if unneeded, just insert it only if the query class ends
    up being 'tle_latest'.

  Fix a problem with bad Space Track queries being generated under
    certain circumstances if TLE data were being requested and class
    'tle' (rather than 'tle_latest') was being used to satisfy them. The
    problem seems to have been the leakage of extraneous data from the
    -last5 option (even if defaulted) into the REST query.
    Thanks to Vidar Tyldum for finding this rather abstruse problem and
    running it to ground.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3cf5806dcc886330364da9cbabbec8ebd6a76d98

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 p5-Astro-SpaceTrack/Makefile | 3 +--
 p5-Astro-SpaceTrack/distinfo | 7 ++++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/p5-Astro-SpaceTrack/Makefile b/p5-Astro-SpaceTrack/Makefile
index b450624eae..7d2d6a54af 100644
--- a/p5-Astro-SpaceTrack/Makefile
+++ b/p5-Astro-SpaceTrack/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2015/03/11 15:06:47 uccwen Exp $
-#
 
-DISTNAME=	Astro-SpaceTrack-0.090
+DISTNAME=	Astro-SpaceTrack-0.099
 PKGNAME=	p5-${DISTNAME}
 CATEGORIES=	geography
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Astro/}
diff --git a/p5-Astro-SpaceTrack/distinfo b/p5-Astro-SpaceTrack/distinfo
index 4913653022..e5f5188037 100644
--- a/p5-Astro-SpaceTrack/distinfo
+++ b/p5-Astro-SpaceTrack/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.2 2015/03/11 15:06:47 uccwen Exp $
 
-SHA1 (Astro-SpaceTrack-0.090.tar.gz) = 90997c2d68a76ddb16432826fc7ce8993a4523fe
-RMD160 (Astro-SpaceTrack-0.090.tar.gz) = c8652f7da20725dc10baeb29b17060123788176d
-Size (Astro-SpaceTrack-0.090.tar.gz) = 153904 bytes
+SHA1 (Astro-SpaceTrack-0.099.tar.gz) = 831664fec43fd1306b7f12715f33f8e185c7c72f
+RMD160 (Astro-SpaceTrack-0.099.tar.gz) = 8cc3e21fde81343d486cf112abc804c3f8ca9f54
+SHA512 (Astro-SpaceTrack-0.099.tar.gz) = 000d768a0fe05db853f1301eb39f10985a20c8ffdda8da54fad67349ca7e29714d9bd9653ec23781d15074a223e175e9f27d727bc14ffc46e37d81addd9ff018
+Size (Astro-SpaceTrack-0.099.tar.gz) = 165036 bytes
 SHA1 (patch-eg_sh__script) = 771d262de7220ac0313f664a424c7340985b308f


Home | Main Index | Thread Index | Old Index