[Python-modules-commits] [scancode-toolkit] annotated tag v1.4.3 created (now 2ef4f0b)

Maximiliano Curia maxy at moszumanska.debian.org
Thu Aug 10 18:57:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

maxy pushed a change to annotated tag v1.4.3
in repository scancode-toolkit.

        at  2ef4f0b   (tag)
   tagging  0844aee2d6b4210d9c68d621e1a243837e167a87 (commit)
  replaces  v1.3.1
 tagged by  pombredanne
        on  Thu Dec 10 18:08:40 2015 +0100

- Log -----------------------------------------------------------------
New release v1.4.3

Chin Yeung Li (5):
      #47: Added new rule for bsd-new detection
      Fixed #147
      Fixed #146
      Fixed #145
      Revert changes.

Jillian (8):
      #38 separated json into separate file
      added package info to html-app
      #78 Added fixed vertical height for tree view
      #76 Added package and file information to hmtl-app. Updated to newer version of DataTables to support scrollX
      #76: updated paths for images for dataTables
      Merge branch 'issue_76_package_info' into develop
      #76: added package and file information to html output
      New release v1.4

Jillian Daguil (4):
      Update CHANGELOG.rst
      Update CHANGELOG.rst
      Update AUTHORS.rst
      Update CHANGELOG.rst

Philippe Ombredanne (1):
      Merge pull request #59 from nexB/issue_47

Steven Esser (3):
      added initial css
      added correct css classes to files and licenses tables
      cleaned up css, removed arbitrary class

linexb (1):
      #45, fix the posix path issue and add test cases

pombredanne (154):
      Cosmetics and minor refactorings
      Fixed #40. New licenses
      Cosmetics
      New and improved licenses rules and tests
      New rebuild of libarchive on Linux 32, on Ubuntu 12.04
      Minor copyright improvement: NNP + ANDCO
      Minor copyright improvement: ascii art
      New and improved licenses, rules and tests
      WIP on attempting test runs on Suse's OBS. Not working yet
      Cosmetic
      Basic support for file info collection for #43
      Run travis tests in verbose mode
      Refined test for #43.
      Run appveyor tests in verbose mode
      Refined test for #43.
      Refactor Handlers to make these available externally as objects.
      Made variable names more explicit.
      Test for #50
      Merge remote-tracking branch 'li_ha/bug_45_posix_path' into develop2
      Added support for nuget .nupkg as archives.
      Fixed test.
      Use smaller test ISO
      Added new dir_iter function
      Ensured files are copied
      Made a test archive smaller
      Initial support for archuve packages scan.
      Cosmetics
      Fixed faulty archive handling introduced by nugets support.
      Added test for libmagic bug: http://bugs.gw.com/view.php?id=473
      Introduced strict flag in archive Handlers
      Added test for libmagic bug: http://bugs.gw.com/view.php?id=473
      Removed Location from the default package dict
      Removed Location from the default package dict
      Simplified recognition for now.
      Simplified and finished the package api call
      New utility module for CLI
      Enhanced testcase by extracting file-related methods to a bare object
      Impoved Click-based progress reporting.
      Created new extractcode standlone command for #52
      Renamed test moduole to be globally unique
      Made CLI options presentation more compact.
      Updated comment.
      Esnured FileDrivenTesting also does archive extraction
      Cleaned "API" to make mandatory arguments mandatory.
      This test is now passing
      Added --package scan option for #44, removed --extract option for #52
      Cleaned formatting, removed non relevant notices
      Ensured extractcode paths are displayed as posix during progress
      Fixed formatting
      Cosmetic refactoring
      Added comment on good enough test results
      Report scan paths relative to the original inputs #46
      Report extract paths relative to the original input #46
      Added configure-time check and message of supported platform for #48
      Ensured Windows script fail on non-supported Python #48
      #55 Ensured that root scripts can be called from anywhere
      Workaround and test for #56 and
      #50 test for binaryness of rgb stream file.
      New and improved license data including some for #54
      Enabled MacOSX builds on Travis
      Enabled MacOSX builds on Travis.
      Adding Travis Travis to run all license detection tests
      Running the cluecode tests (including copyrights) on a seperate Travis
      Using only 2 processors on Travis
      Updated build status in README to mention MacOSX.
      Improved Windows ignores
      Prefer while 1 over while True in loops for minute wins on Python 2.
      Added minimal support to download URLs
      Removed unused imports
      Formatting
      Updated models
      Use new location for package types
      Refactored CLI code to extract top level scanner as a separate function.
      Added minimalist and initial support for some npm and package.json
      Improved assert license model.
      Ensured that info and package scans are always returned as lists
      Patch bump, not released.
      Ensured that scan testing is not version dependent
      Restore recurse option on extract
      Patch bump, not released.
      Improved npm repository mapping
      Patch bump, not released.
      Added md5 to file infos.
      Minor refactoring of npm. Also improved repo url processing.
      Bump patch. Not released.
      Fixed #62 with new and improved rule
      Fixed #61 with new and improved rules
      More new and improved rules for #61
      New and improved licenses.
      New and improved licenses.
      Improved tests.
      Streamlined YML for license tests
      Improved feedback of license tests failures
      New and improved license rule.
      Cosmetics and doc refinements.
      Fixed #65 : stripping leading and trailing colons from copyrights
      New and improved license rules
      New test for copyright detection in markup
      Improved license detection internals
      Fixed failing doctest
      Patch bump, WIP not released
      Patch bump, WIP not released
      New and improved license detection rules.
      Forcing a global sys.exit when invalid license or rules are found
      Using functions facade to access the indexes
      New and improved license rules and tests
      Merge branch 'approx_license' into develop
      Improved GPL 2 or 3 license rule.
      Streamlined samples.
      Improved copyright detection with trailing "Released" word
      Fix #71 : new facebook nuclide license
      Fix #73 : new and improved rules and licenses for Qt
      Fix #70 : new rule to not-detect GPL but only OFL1.1
      Fix #69 : new rule to detect only one instance of OFL-1.1
      Fix for #64 : corrected detection ruloes and tests for older
      Fix #63 : added new rule and test
      Fix #61 : new and improved rules and test Elf for detection of GPL 3 in
      New and improved licenses
      Added new and improved rules and test.
      Merge remote-tracking branch 'upstream/issue_38_separate_json' into develop
      New and improved licenses and license rules.
      Updated test expectation to include GPL and Artistic
      Fixed test failing on Windows
      Fixed #83: improved copyright trailing garbage detection and removal.
      Removing unused imports
      Fixed #50 : upgrading binaryornot to 0.4.0 thanks @audreyr
      Improved rendering of CI test statuses
      #81 : add support for structured yet generic version to Package
      #82 : Added payload_type attribute for source, binary, doc or None.
      Improved RubyGems set of known metafiles
      Unreleased version bump.
      Updating CHANGELOG for next release
      Revert "#78 Added fixed vertical height for tree view"
      Cosmetics.
      Fixed typo in previous commit 854f51824d
      New and improved license detection rules
      Do not delete .settings on ./configure --clean
      Improved test for harder to parse copyright with multiple dots
      Improved URL and email detection
      Detecting more VCS urls in the pip or SPDX style
      Streamlined gitignore
      Removed unused option for --init
      Do not dive in .Python dir created on Mac
      Cosmetic formatting
      Fixed #115
      New license rule for #101
      Ensured that configure can run really quiet.
      Added --quiet flag to extractcode and ensured that --quiet works
      Fixed missing packagedcode not included in release for #142
      New release 1.4.1.
      #142 explicitly exclude the tests/ dir from releases.
      New release 1.4.2.
      Fix for #152
      New release v1.4.3

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/scancode-toolkit.git



More information about the Python-modules-commits mailing list