Bas Couwenberg pushed to branch master at Debian GIS Project / glymur
Commits: c5eb7994 by Bas Couwenberg at 2019-08-27T06:32:15Z New upstream version 0.8.18+ds - - - - - 70a956f6 by Bas Couwenberg at 2019-08-27T06:32:18Z Update upstream source from tag 'upstream/0.8.18+ds' Update to upstream version '0.8.18+ds' with Debian dir 390caa90b4e46bfe8d203b2109529d7c8dab1d87 - - - - - b2fdbcf1 by Bas Couwenberg at 2019-08-27T06:33:09Z New repacked upstream release. - - - - - 7 changed files: - − Glymur.egg-info/PKG-INFO - − Glymur.egg-info/SOURCES.txt - − Glymur.egg-info/dependency_links.txt - − Glymur.egg-info/entry_points.txt - − Glymur.egg-info/requires.txt - − Glymur.egg-info/top_level.txt - debian/changelog Changes: ===================================== Glymur.egg-info/PKG-INFO deleted ===================================== @@ -1,33 +0,0 @@ -Metadata-Version: 1.1 -Name: Glymur -Version: 0.8.18 -Summary: Tools for accessing JPEG2000 files -Home-page: https://github.com/quintusdias/glymur -Author: John Evans -Author-email: [email protected] -License: MIT -Description: glymur: a Python interface for JPEG 2000 - ========================================= - - **glymur** contains a Python interface to the OpenJPEG library which - allows one to read and write JPEG 2000 files. **glymur** works on - Python 2.7, 3.4, 3.5, 3.6, and 3.7. - - Please read the docs, https://glymur.readthedocs.org/ - -Platform: UNKNOWN -Classifier: Programming Language :: Python -Classifier: Programming Language :: Python :: 2.7 -Classifier: Programming Language :: Python :: 3.4 -Classifier: Programming Language :: Python :: 3.5 -Classifier: Programming Language :: Python :: 3.6 -Classifier: Programming Language :: Python :: 3.7 -Classifier: Programming Language :: Python :: Implementation :: CPython -Classifier: License :: OSI Approved :: MIT License -Classifier: Development Status :: 5 - Production/Stable -Classifier: Operating System :: MacOS -Classifier: Operating System :: POSIX :: Linux -Classifier: Operating System :: Microsoft :: Windows :: Windows XP -Classifier: Intended Audience :: Science/Research -Classifier: Intended Audience :: Information Technology -Classifier: Topic :: Software Development :: Libraries :: Python Modules ===================================== Glymur.egg-info/SOURCES.txt deleted ===================================== @@ -1,102 +0,0 @@ -.gitignore -.travis.yml -CHANGES.txt -LICENSE.txt -MANIFEST.in -README.md -appveyor.yml -notes.txt -setup.cfg -setup.py -thang.txt -Glymur.egg-info/PKG-INFO -Glymur.egg-info/SOURCES.txt -Glymur.egg-info/dependency_links.txt -Glymur.egg-info/entry_points.txt -Glymur.egg-info/requires.txt -Glymur.egg-info/top_level.txt -ci/install.ps1 -ci/install_travis.sh -ci/requirements_3.6_latest.txt -ci/run_with_env.cmd -docs/Makefile -docs/make.bat -docs/source/conf.py -docs/source/detailed_installation.rst -docs/source/goodstuff_alpha.png -docs/source/how_do_i.rst -docs/source/index.rst -docs/source/introduction.rst -docs/source/roadmap.rst -docs/source/whatsnew/0.5.rst -docs/source/whatsnew/0.6.rst -docs/source/whatsnew/0.7.rst -docs/source/whatsnew/0.8.rst -docs/source/whatsnew/index.rst -glymur/__init__.py -glymur/_iccprofile.py -glymur/_tiff.py -glymur/codestream.py -glymur/command_line.py -glymur/config.py -glymur/core.py -glymur/jp2box.py -glymur/jp2k.py -glymur/options.py -glymur/version.py -glymur/data/__init__.py -glymur/data/goodstuff.j2k -glymur/data/heliov.jpx -glymur/data/nemo.jp2 -glymur/lib/__init__.py -glymur/lib/openjp2.py -glymur/lib/openjpeg.py -tests/__init__.py -tests/fixtures.py -tests/test_callbacks.py -tests/test_codestream.py -tests/test_config.py -tests/test_icc.py -tests/test_jp2box.py -tests/test_jp2box_jpx.py -tests/test_jp2box_uuid.py -tests/test_jp2box_xml.py -tests/test_jp2k.py -tests/test_openjp2.py -tests/test_printing.py -tests/test_warnings.py -tests/data/decompression_parameters_type.txt -tests/data/default_compression_parameters_type.txt -tests/data/default_progression_order_changes_type.txt -tests/data/degenerate_geotiff.tif -tests/data/edf_c2_1178956.jp2 -tests/data/encoding_declaration.xml -tests/data/file1_xml.txt -tests/data/file1_xml_box.txt -tests/data/geotiff_uuid.txt -tests/data/geotiff_uuid_without_gdal.txt -tests/data/goodstuff_codestream_header.txt -tests/data/goodstuff_with_full_header.txt -tests/data/issue142.j2k -tests/data/issue186_progression_order.txt -tests/data/issue392.jp2 -tests/data/issue396.jp2 -tests/data/issue398.dat -tests/data/issue405.dat -tests/data/multiple_precinct_size.txt -tests/data/nemo.txt -tests/data/nemo_dump_no_codestream.txt -tests/data/nemo_dump_no_codestream_no_xml.txt -tests/data/nemo_dump_no_xml.txt -tests/data/nemo_dump_short.txt -tests/data/nemo_with_codestream_header.txt -tests/data/nemo_xmp_box.txt -tests/data/p0_03.j2k -tests/data/p0_06.j2k -tests/data/p1_06.j2k -tests/data/sgray.icc -tests/data/simple_rdf.txt -tests/data/text_GBR.jp2 -tests/data/text_GBR_rreq.txt -tests/data/text_gbr_34.txt -tests/data/text_gbr_35.txt \ No newline at end of file ===================================== Glymur.egg-info/dependency_links.txt deleted ===================================== @@ -1 +0,0 @@ - ===================================== Glymur.egg-info/entry_points.txt deleted ===================================== @@ -1,3 +0,0 @@ -[console_scripts] -jp2dump = glymur.command_line:main - ===================================== Glymur.egg-info/requires.txt deleted ===================================== @@ -1,2 +0,0 @@ -numpy>=1.7.1 -setuptools ===================================== Glymur.egg-info/top_level.txt deleted ===================================== @@ -1 +0,0 @@ -glymur ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -glymur (0.8.18-2) UNRELEASED; urgency=medium +glymur (0.8.18+ds-1) UNRELEASED; urgency=medium [ Bas Couwenberg ] * Team upload. View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/compare/ce131f7f281a9eea9bcd7698acc71ff9e6d53d87...b2fdbcf131dce9acecf3bce404a005ac40b4a329 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/glymur/compare/ce131f7f281a9eea9bcd7698acc71ff9e6d53d87...b2fdbcf131dce9acecf3bce404a005ac40b4a329 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
