Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-skyfield for openSUSE:Factory checked in at 2021-03-02 12:33:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-skyfield (Old) and /work/SRC/openSUSE:Factory/.python-skyfield.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-skyfield" Tue Mar 2 12:33:51 2021 rev:11 rq:875838 version:1.35 Changes: -------- --- /work/SRC/openSUSE:Factory/python-skyfield/python-skyfield.changes 2021-01-02 21:31:14.339448707 +0100 +++ /work/SRC/openSUSE:Factory/.python-skyfield.new.2378/python-skyfield.changes 2021-03-02 12:45:37.588364324 +0100 @@ -1,0 +2,5 @@ +Sun Feb 28 22:58:26 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Fix boo#1182424: Use https url of the Hipparcos catalog + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ generate-hipparcos.sh ++++++ --- /var/tmp/diff_new_pack.fVvfM1/_old 2021-03-02 12:45:38.468365084 +0100 +++ /var/tmp/diff_new_pack.fVvfM1/_new 2021-03-02 12:45:38.468365084 +0100 @@ -3,5 +3,6 @@ # Truncate the Hipparcos catalog to stars with magnitude brighter than 6.6 # corresponds to last line of # https://github.com/skyfielders/python-skyfield/blob/master/builders/Makefile -URL=http://cdsarc.u-strasbg.fr/ftp/cats/I/239/hip_main.dat.gz -curl "$URL" | zcat | awk -F\| '$6 <= 6.6 || $2 == 87937' | gzip -c -9 > hip_main.dat.gz +# but with an SSL secured URL for the source (boo#1182424) +URL="https://cdsarc.u-strasbg.fr/ftp/I/239/hip_main.dat" +curl "$URL" | awk -F\| '$6 <= 6.6 || $2 == 87937' | gzip -c -9 > hip_main.dat.gz