From eef9e7bd053a764f4a91927e1f37523ee076be9c Mon Sep 17 00:00:00 2001 From: Tom Wyant Date: Sat, 27 Apr 2024 12:29:51 -0400 Subject: [PATCH] Version 0.164_01 Set version to 0.164_01. Update Changes file for changes since v00.164. --- Changes | 15 +++++++++++++++ eg/SpaceTrackTk | 2 +- eg/celestrak | 2 +- eg/spacetrack-identity | 2 +- inc/Astro/SpaceTrack/Dumper.pm | 2 +- inc/Mock/LWP/UserAgent.pm | 2 +- inc/My/Module/Recommend/Any.pm | 2 +- inc/My/Module/Test.pm | 2 +- lib/Astro/SpaceTrack.pm | 2 +- script/SpaceTrack | 2 +- tools/all_iridium_classic | 2 +- tools/capture | 2 +- tools/celestrak-availability | 2 +- tools/modeldef | 2 +- 14 files changed, 28 insertions(+), 13 deletions(-) diff --git a/Changes b/Changes index e364a18..472df74 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,18 @@ +0.164_01 2024-04-27 T. R. Wyant + Space Track optiond in celestrak() are now fatal. + + Mike McCants removes his RCS data file. The corresponding mccants() + catalog is documented as 404, and to be removed 2024-11-01 unless it + shows back up in the interim. The corresponding test is now TODO. + + Track changes in Kelso data set names. He renamed the data sets for + the Chinese and Russian ASAT test debris. The old names are retained + as synonyms. The data supporting the synonyms etc got refactired + from the test into Astro::SpaceTrack so I could display the notes in + names->( 'celestrak' ) + + Kelso dropped Iridium status April 26 2024. + 0.164 2024-01-31 T. R. Wyant Deprecate iridium_status() and associated attributes diff --git a/eg/SpaceTrackTk b/eg/SpaceTrackTk index 50b623e..749a302 100755 --- a/eg/SpaceTrackTk +++ b/eg/SpaceTrackTk @@ -10,7 +10,7 @@ use IO::File; use Tk; use Tk::Pane; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; my @pad = qw{ -padx 5 -pady 5 }; # Standard cell padding diff --git a/eg/celestrak b/eg/celestrak index caa1782..7a70793 100755 --- a/eg/celestrak +++ b/eg/celestrak @@ -5,7 +5,7 @@ use strict; use warnings; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; use Astro::SpaceTrack; diff --git a/eg/spacetrack-identity b/eg/spacetrack-identity index d3a22e4..842eb6c 100755 --- a/eg/spacetrack-identity +++ b/eg/spacetrack-identity @@ -9,7 +9,7 @@ use Getopt::Long 2.33 qw{ :config auto_version }; use Astro::SpaceTrack; use Pod::Usage; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; my %opt; diff --git a/inc/Astro/SpaceTrack/Dumper.pm b/inc/Astro/SpaceTrack/Dumper.pm index 40bbfcd..de135ab 100644 --- a/inc/Astro/SpaceTrack/Dumper.pm +++ b/inc/Astro/SpaceTrack/Dumper.pm @@ -19,7 +19,7 @@ eval { 1; } or croak 'Can not load Mock::LWP::UserAgent. Code must be run from the base directory of the Astro-SpaceTrack distribution'; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; { my $json; diff --git a/inc/Mock/LWP/UserAgent.pm b/inc/Mock/LWP/UserAgent.pm index dd9b326..e4526c4 100644 --- a/inc/Mock/LWP/UserAgent.pm +++ b/inc/Mock/LWP/UserAgent.pm @@ -13,7 +13,7 @@ use HTTP::Response; use LWP::UserAgent; use JSON; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; our $CANNED_RESPONSE_DIR = File::Spec->catdir( qw{ t data Mock-LWP-UserAgent } ); diff --git a/inc/My/Module/Recommend/Any.pm b/inc/My/Module/Recommend/Any.pm index 546a27d..608c199 100644 --- a/inc/My/Module/Recommend/Any.pm +++ b/inc/My/Module/Recommend/Any.pm @@ -8,7 +8,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; our @EXPORT_OK = qw{ __any }; diff --git a/inc/My/Module/Test.pm b/inc/My/Module/Test.pm index a56e54e..5b56c38 100644 --- a/inc/My/Module/Test.pm +++ b/inc/My/Module/Test.pm @@ -13,7 +13,7 @@ use HTTP::Date; use HTTP::Status qw{ :constants }; use Test::More 0.96; # For subtest -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; # Set the following to zero if Space Track (or any other SSL host) # starts using a certificate that can not be verified. diff --git a/lib/Astro/SpaceTrack.pm b/lib/Astro/SpaceTrack.pm index 8a90f47..aba6f9a 100644 --- a/lib/Astro/SpaceTrack.pm +++ b/lib/Astro/SpaceTrack.pm @@ -131,7 +131,7 @@ use Exporter; our @ISA = qw{ Exporter }; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; our @EXPORT_OK = qw{ shell diff --git a/script/SpaceTrack b/script/SpaceTrack index 2080ffe..74e4131 100755 --- a/script/SpaceTrack +++ b/script/SpaceTrack @@ -15,7 +15,7 @@ use strict; use warnings; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; use Astro::SpaceTrack qw{shell}; use Getopt::Long 2.39; diff --git a/tools/all_iridium_classic b/tools/all_iridium_classic index 75a35db..4c2daa7 100755 --- a/tools/all_iridium_classic +++ b/tools/all_iridium_classic @@ -11,7 +11,7 @@ use JSON; use List::Util qw{ max }; use Pod::Usage; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; my %opt; diff --git a/tools/capture b/tools/capture index 47830e6..307fbeb 100755 --- a/tools/capture +++ b/tools/capture @@ -19,7 +19,7 @@ use JSON; use Mock::LWP::UserAgent (); use My::Module::Test (); -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; my %opt = ( directory => $Mock::LWP::UserAgent::CANNED_RESPONSE_DIR, diff --git a/tools/celestrak-availability b/tools/celestrak-availability index b30d759..1374e9d 100755 --- a/tools/celestrak-availability +++ b/tools/celestrak-availability @@ -10,7 +10,7 @@ use Getopt::Long 2.33 qw{ :config auto_version }; use LWP::UserAgent; use Pod::Usage; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; my %opt = ( https => 1, diff --git a/tools/modeldef b/tools/modeldef index ac9c4b5..4b7996c 100755 --- a/tools/modeldef +++ b/tools/modeldef @@ -13,7 +13,7 @@ use JSON; use Pod::Usage; use POSIX qw{ strftime }; -our $VERSION = '0.164'; +our $VERSION = '0.164_01'; my %opt;