Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update skeleton files #1

Merged
merged 208 commits into from
Jul 21, 2023
Merged

Update skeleton files #1

merged 208 commits into from
Jul 21, 2023

Commits on Feb 28, 2003

  1. New repository initialized by cvs2svn.

    git-svn-id: svn+ssh://rubyforge.org/var/svn/rubygems/trunk@1 3d4018f9-ac1a-0410-99e9-8a154d859a19
    No Author committed Feb 28, 2003
    Configuration menu
    Copy the full SHA
    421d175 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2013

  1. Initial commit

    agustinhenze committed Jul 31, 2013
    Configuration menu
    Copy the full SHA
    5664513 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Initial commit

    Suszyński Krzysztof committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    c7ba5bd View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Initial commit

    pombredanne authored Jan 18, 2020
    Configuration menu
    Copy the full SHA
    c83207d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dlt-master'

    pombredanne committed Jan 18, 2020
    Configuration menu
    Copy the full SHA
    7ab4312 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Initial commit

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    1562549 View commit details
    Browse the repository at this point in the history
  2. Add initial skeleton files

    This commit adds the inital skeleton files needed for a bare-bones
    python library. Includes a simple configure script and setup.py file
    
    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    85d1780 View commit details
    Browse the repository at this point in the history
  3. Use pytest-xdist by default for threading support

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    aa71e06 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Add additional files

    * Add AUTHORS.rst
    * Add CHANGELOG.rst
    * Add setup.cfg
    
    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    774dc7d View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Follow modern python packaging and conf practices

    * Add PEP 517/518 pyproject.toml file
    * Add setuptools_scm to handle versioning
    * Add setup.py content to setup.cfg
    * Update setup.py to act as a shim (so pip install -e works)
    
    Addresses: #2
    
    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    9a56b88 View commit details
    Browse the repository at this point in the history
  2. Add some minimal documentation

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    565feee View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Fix hanging tag chars in setup.cfg

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    5febefb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    343ff29 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Add minimal .travis.yml CI config file

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    fa55f68 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Update setuptools_scm declaration

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    3296b9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from nexB/add-initial-skeleton-files

    Add initial skeleton files
    steven-esser authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ad02f4e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Add azure pipeline config files and templates

        * Create configure.bat so we can use our skeleton for Windows projects
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    083bd04 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Fix path to Scripts directory

        * Remove unused variables and options
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    847564e View commit details
    Browse the repository at this point in the history
  2. Install current project in configure.bat

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    0f293cb View commit details
    Browse the repository at this point in the history
  3. Call pytest from proper location

        * Remove rerun option from azure-pipelines.yml
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    63f6946 View commit details
    Browse the repository at this point in the history
  4. Use newer VM images on Azure

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    7fd2506 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Add .gitattributes

        * We have this to ensure the line ending of configure.bat is always CRLF
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    bceb8f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Clean template

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Nov 4, 2020
    Configuration menu
    Copy the full SHA
    e772fe6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from nexB/add-ci-config

    Add CI config
    JonoYang authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    ae44984 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Merge pull request #14 from nexB/develop

    Merge changes from develop to main
    JonoYang authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    5593c2f View commit details
    Browse the repository at this point in the history
  2. Update .gitignore to ignore Jupyter temp files

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    629abed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from nexB/jupyter-patch

    Update .gitignore to ignore Jupyter temp files
    pombredanne authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    6001c74 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Quick doc update

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    ef210cd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Add RTD docs configuration file

    Adds a RTD configuration file (v2) to customize builds.
    
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    0b6caf9 View commit details
    Browse the repository at this point in the history
  2. Add basic RTD documentaion #4

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    f2c1400 View commit details
    Browse the repository at this point in the history
  3. Add RTD requirements file and test scripts

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    e7d1990 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Add src folder to pass CI tests and RTD builds

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    7d37af0 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Configuration menu
    Copy the full SHA
    b6ef568 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    03ffc8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from nexB/apache-license

    Ensure we use official full text of Apache 2.0
    steven-esser authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    98d4d69 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Never ever let Git convert line delimiters

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    5e386d9 View commit details
    Browse the repository at this point in the history
  2. Run tests on more OSes and Python versions

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2e48dca View commit details
    Browse the repository at this point in the history
  3. Do not make wheel universal

    Also include more license files
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b959539 View commit details
    Browse the repository at this point in the history
  4. Format and add license

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    98641a0 View commit details
    Browse the repository at this point in the history
  5. Format

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9fa3f31 View commit details
    Browse the repository at this point in the history
  6. Improve documentation

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    0b8cd65 View commit details
    Browse the repository at this point in the history
  7. Format for spaces

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    3007691 View commit details
    Browse the repository at this point in the history
  8. Add manifest for source distributions

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b49895c View commit details
    Browse the repository at this point in the history
  9. Add Apache license NOTICE

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    d3e2d28 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge pull request #19 from nexB/update-boilerplate

    Update boilerplate
    steven-esser authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a2a1901 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Default to 64 bits windows on CI

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    f46bc48 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Use wheels embedded in virtualenv.pyz

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    182532f View commit details
    Browse the repository at this point in the history
  2. Do not force an upgrade on virtualenv.pyz embeds

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    cd4e87b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Fix .gitattributes

    Signed-off-by: Steven Esser <[email protected]>
    steven-esser committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    51510cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from nexB/fix-gitattributes

    Fix .gitattributes
    steven-esser authored Feb 12, 2021
    Configuration menu
    Copy the full SHA
    386bb90 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Merge pull request #24 from nexB/use-venv-embeds

    Use virtualenv-embedded libraries
    pombredanne authored May 7, 2021
    Configuration menu
    Copy the full SHA
    1c84e9e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Update markers syntax for pytest

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d6fe59f View commit details
    Browse the repository at this point in the history
  2. Add fallback version for setuptools_scm

    This will work even from a git archive or when git is not installed.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    ca6ab21 View commit details
    Browse the repository at this point in the history
  3. Add note for setuptools_scam fallback version

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    1364bbb View commit details
    Browse the repository at this point in the history
  4. Use azure-posix.yml for linux and macOS

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    be851b0 View commit details
    Browse the repository at this point in the history
  5. Adopt new configure script derived from ScanCode

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    4f0aecf View commit details
    Browse the repository at this point in the history
  6. Add notes on customization

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    aa04429 View commit details
    Browse the repository at this point in the history
  7. Adopt new configure --dev convention

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    56ada8f View commit details
    Browse the repository at this point in the history
  8. Clarify CHANGELOG to be Rst

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    0dbcdc9 View commit details
    Browse the repository at this point in the history
  9. Add skeleton release notes to README.rst

    This was they do not end up in the template CHANGELOG.rst
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 11, 2021
    Configuration menu
    Copy the full SHA
    d21aef3 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Merge pull request #25 from nexB/new-configure

    New configure
    pombredanne authored May 12, 2021
    Configuration menu
    Copy the full SHA
    a75737d View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Update format

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 31, 2021
    Configuration menu
    Copy the full SHA
    3aeb2ec View commit details
    Browse the repository at this point in the history
  2. Add Python 3.9 to Travis

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 31, 2021
    Configuration menu
    Copy the full SHA
    2c412e8 View commit details
    Browse the repository at this point in the history
  3. Format and remove spurious spaces

    From aboutcode-org/typecode#20
    
    Reported-by: Pierre Tardy <[email protected]>
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 31, 2021
    Configuration menu
    Copy the full SHA
    69eec23 View commit details
    Browse the repository at this point in the history
  4. Bump to more modern version of setuptools_scm

    And remove v prefix from fallback version
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 31, 2021
    Configuration menu
    Copy the full SHA
    0e09ad9 View commit details
    Browse the repository at this point in the history
  5. Add space for correct syntax

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 31, 2021
    Configuration menu
    Copy the full SHA
    e339a70 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Create junction from Scripts to bin

     * This is handy for windows to have the same path as linux
    
    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9dff54a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from nexB/windows-junction

    Create junction from Scripts to bin
    pombredanne authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b735a3f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Check for deps in local thirdparty directory #31

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    77ce5e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #32 from nexB/install-from-thirdparty-dir

    Check for deps in local thirdparty directory #31
    JonoYang authored Aug 31, 2021
    Configuration menu
    Copy the full SHA
    fa13562 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Enforce use of requirements.txt #34

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1bcaaa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Add scripts from scancode-toolkit/etc/release/ #33

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    e9067c8 View commit details
    Browse the repository at this point in the history
  2. Normalize license in load_pkginfo_data #33

        * Create copyright statement from holder information
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    0e1f56b View commit details
    Browse the repository at this point in the history
  3. Add --init option to configure #33

        * This is used for the case where we are starting off a project and have not yet generated requirements files
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    288532d View commit details
    Browse the repository at this point in the history
  4. Update README.rst #33

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    a5ae4f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Use venv as virtual environment directory name #37

        * Replace all references to `tmp` with `venv`
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    593e237 View commit details
    Browse the repository at this point in the history
  2. Update configure.bat #33

        * Add --init option to configure.bat
        * Update help text in configure and configure.bat
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    9342bc1 View commit details
    Browse the repository at this point in the history
  3. Add placeholder requirements.txt files #33

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    45e4a2a View commit details
    Browse the repository at this point in the history
  4. Handle multiple options in configure #33

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    944fbae View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. Fix path to aboutcode in utils_thirdparty.py #33

        * Update README.rst
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    3532b22 View commit details
    Browse the repository at this point in the history
  2. Update release notes in README.rst

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    9c78ddb View commit details
    Browse the repository at this point in the history
  3. Handle ExpressionParseError #33

        * Update README.rst with instructions for post-initialization usage
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    ebcfb93 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Update README.rst

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne authored Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6ab9c10 View commit details
    Browse the repository at this point in the history
  2. Address review comments #33

        * Replace references to scancode-toolkit repo with links to the skeleton repo
    
        * Remove --python option from configure.bat
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    bfdc6ff View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Merge pull request #39 from nexB/update-skeleton

    Update skeleton
    JonoYang authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    8583d7f View commit details
    Browse the repository at this point in the history
  2. Update READMEs

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    71d8dad View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40 from nexB/add-scripts-readme

    Add README.rst to etc/scripts/
    JonoYang authored Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d3b8524 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    d2bafb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Merge pull request #42 from nexB/41_fix_encoding_error

    Fixed #41 - Handled encoding issue when generating ABOUT files
    chinyeungli authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    c41196a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Treat text files as text

    And not a possible binaries
    Also Ensure that we craft a minimally parsable license expression, even
    if not correct.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    5671563 View commit details
    Browse the repository at this point in the history
  2. Add helper to publish files in GH releases

    The upload is otherwise shaky.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    14f6a2d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Add code to use curl if wget is not installed

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    1a2a144 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Do not issue warning if thirdparty dir is missing

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    7aa7d4c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Merge pull request #45 from nexB/open-as-text

    Open as text
    pombredanne authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    51d0c5c View commit details
    Browse the repository at this point in the history
  2. Handle as_text correctly in cache

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    b46d84f View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Handle as_text correctly in cache

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    255a898 View commit details
    Browse the repository at this point in the history
  2. Merge origin/as_text-cache

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7b76f4a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #47 from nexB/as_text-cache

    Handle as_text correctly in cache
    pombredanne authored Oct 15, 2021
    Configuration menu
    Copy the full SHA
    3a5307c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Add support for Python 3.10

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    e5833d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Adopt black style

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0a0ef12 View commit details
    Browse the repository at this point in the history
  2. Drop Ubuntu 16 add Python 3.10

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    31ed446 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from nexB/update-system

    Drop Ubuntu 16 add Python 3.10
    pombredanne authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    00aaa26 View commit details
    Browse the repository at this point in the history
  4. Disable Python 3.10 tests on macOS 10.14

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2ce7c7a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #49 from nexB/update-system

    Disable Python 3.10 tests on macOS 10.14
    pombredanne authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    1fa3699 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Add code to remove the symlink before creating

     * It will prompts "Cannot create a file when that file already exists."
    if the symlink already exist.
    
    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    2cc2c5a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    61af9f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Improve handling licenses without scancode

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6b2320a View commit details
    Browse the repository at this point in the history
  2. Add support for deb and rpm containers

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6ccff2b View commit details
    Browse the repository at this point in the history
  3. Support licenses when ScanCode is not installed

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6962f8b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    04c5de3 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Merge pull request #14 from nexB/refinements

    Add support for gems and improve RPM support
    pombredanne authored Jan 10, 2022
    Configuration menu
    Copy the full SHA
    dd188e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Improve wheel build

    Allow to launch builds and then fetch built wheels later
    Improve support for newer Pythons and OS versions.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2f77f97 View commit details
    Browse the repository at this point in the history
  2. Aligne with latest ScanCode TK updates

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    784e701 View commit details
    Browse the repository at this point in the history
  3. Do not ignore setup.py

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    a7c2efd View commit details
    Browse the repository at this point in the history
  4. Update scripts

    Make fetch_built_wheel work
    Add new strip classifiers option to fix_thirdparty
    Improve simple requirements parsing to get the latest versions
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    b1dabd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Do not use pytest 7.0.0 which is buggy

    Reference: pytest-dev/pytest#9608
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    4004ebe View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Update configure to work with space in installation path

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    b15b6b7 View commit details
    Browse the repository at this point in the history
  2. Remove echo statement

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    311b0a1 View commit details
    Browse the repository at this point in the history
  3. automate pypi release on a tag

    Signed-off-by: Tushar Goel <[email protected]>
    TG1999 committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    5351f0b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Refine GH Action definition

    * Do not use explicit references to Python version and project name in
      descriptions
    * Use Python 3.8 as a base
    * Use only plain ASCII
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    96b6405 View commit details
    Browse the repository at this point in the history
  2. Format GH action yaml

    The indentations were not correct
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    635df78 View commit details
    Browse the repository at this point in the history
  3. Use verbose name for job

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    6bbeddd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Add black codestyle test for skeleton

    - see aboutcode-org/skeleton#54
    
    Signed-off-by: keshav-space <[email protected]>
    keshav-space committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    840ccef View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Update configure.bat

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    35af643 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from nexB/configure_for_path_with_spaces_on_wi…

    …ndows
    
    Configure for path with spaces on windows
    pombredanne authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    70a2d2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #56 from keshav-space/main

    Add black codestyle test for skeleton
    pombredanne authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c7084ee View commit details
    Browse the repository at this point in the history
  4. Deprecate windows-2016 images for azure CI

    Modifies the azure CI for `vs2017-win2016` to `windows-2022` as 
    the former will be deprecated very soon.
    AyanSinhaMahapatra authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    9558c0c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Remove macos 10.14 job from azure-pipelines.yml

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    e19a520 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from nexB/deprecate-win-2016-ci

    Deprecate windows-2016 images for azure CI
    JonoYang authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cb17d70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from nexB/remove-mac-1014

    Remove macos 10.14 job from azure-pipelines.yml
    JonoYang authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7eb4ca8 View commit details
    Browse the repository at this point in the history
  4. Do not use Python 3.6 on Windows 2022 jobs

        * Python 3.6 is not available on Windows 2022 images
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    47da14b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #59 from nexB/win2022-py36

    Do not use Python 3.6 on Windows 2022 jobs
    JonoYang authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c4678dc View commit details
    Browse the repository at this point in the history
  6. Deprecate windows-2016 images for azure CI

    * Modifies the azure CI for `vs2017-win2016` to `windows-2022` as the former will be deprecated very soon.
    
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra authored and JonoYang committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    ad17a42 View commit details
    Browse the repository at this point in the history
  7. Remove macos 10.14 job from azure-pipelines.yml

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    cad3164 View commit details
    Browse the repository at this point in the history
  8. Do not use Python 3.6 on Windows 2022 jobs

        * Python 3.6 is not available on Windows 2022 images
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d659e09 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Merge pull request #60 from nexB/update-signoff

    Update signoff
    pombredanne authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b408c85 View commit details
    Browse the repository at this point in the history
  2. Run tests on macOS 11

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c5251f4 View commit details
    Browse the repository at this point in the history
  3. Align configuration scripts on POSIX and Windows

    Doing so helps with keeping them in sync
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    a118fe7 View commit details
    Browse the repository at this point in the history
  4. Update README

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    e810da3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Refactor and streamline thirdparty utilities

    There is now a single primary script "fetch_thirdparty.py" that handles
    everything in a simplified way. There is no utility to build wheels
    anymore: these MUST be available before hand on PyPI or built
    manually and uploaded in our self-hosted PyPI repository.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    243f7cb View commit details
    Browse the repository at this point in the history
  2. Cleanup whitespaces

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    931f610 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Add usage instructions to README.rst

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6e43a7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from nexB/update-readme

    Add usage instructions to README.rst
    JonoYang authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    ae73ce3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6238b83 View commit details
    Browse the repository at this point in the history
  4. Format code

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b272e3b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #62 from nexB/better-tpp-scripts

    Better tpp scripts
    pombredanne authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    907e540 View commit details
    Browse the repository at this point in the history
  6. Reorg setup sections

    This is now organized with more important data first.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    1e4d3bc View commit details
    Browse the repository at this point in the history
  7. Do not depend on click. Use argparse.

    These boostrap scripts cannot depend on click.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    03d4799 View commit details
    Browse the repository at this point in the history
  8. Correct configure scripts

    These were no longer working
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f0d5a29 View commit details
    Browse the repository at this point in the history
  9. Remove remnants of configure --init

    This does not exists anymore
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    6ed9983 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Pytyon 3.6 is not available on Windows 2022

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    bf6bbaa View commit details
    Browse the repository at this point in the history
  2. Add long_description_content_type

    Twine and PyPI prefer having it.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4ab834f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Run fewer Azure jobs

    This new configuration means that all the Python versions are tested
    in a single CI job. This allows doing fewer checkouts and improves
    CI throughput overall.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    4ef463f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Add RTD css templates

    Adds changes to conf.py and html template theme_overrides.css
    created by @johnmhoran
    
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    e921052 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Add GitHub action for doc build tests

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    bd2df2a View commit details
    Browse the repository at this point in the history
  2. Fix conf.py to fix doc build

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3e2d801 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #63 from nexB/add-rtd-templates

    Add RTD css templates
    AyanSinhaMahapatra authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    c76dff4 View commit details
    Browse the repository at this point in the history
  4. Add docs option in configure

    Adds a --docs option to the configure script to also install requirements
    for the documentation builds.
    
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    eb57889 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Merge pull request #64 from nexB/add-docs-in-configure

    Add docs option in configure
    AyanSinhaMahapatra authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    2841270 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Add documentation contribute page

    Adds documentation page on contributing to the docs, and
    also modifies directory structure to avoid having the
    skeleton directory in docs merged in projects.
    
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5556e71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from nexB/add-docs-contrib

    Add documentation contribute page
    AyanSinhaMahapatra authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    f3d1fcd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Properly check for existance of thirdparty dir

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5431ee5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from nexB/check-for-thirdparty-dir

    Properly check for existance of thirdparty dir
    JonoYang authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    435e9ee View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    b02d5d5 View commit details
    Browse the repository at this point in the history
  2. Improve GH action documentation

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    c44c442 View commit details
    Browse the repository at this point in the history
  3. Use Python 3.9 as a base for actions

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    99ba101 View commit details
    Browse the repository at this point in the history
  4. Remove variable from string in fetch_thirdparty.py

        * The variable `environment` is not used when fetching sdists
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    00f4fe7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Improve thirdparty scripts

    Ensure that site-package dir exists.
    Other minor adjustments from a scancode-toolkit release
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 2, 2022
    Configuration menu
    Copy the full SHA
    5d48c1c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Update thirdparty fetching utilities

    These were buggy in some corner cases.
    They have been updated such that:
    * --latest-version works.
    * we can reliable fetch combinations of wheels and sdists for multiple
      OS combos at once
    * we now support macOS universal wheels (for ARM CPUs)
    
    Caching is now simpler: we have essentially a single file-based cache
    under .cache. PyPI indexes are fetched and not cached, unless the new
    --use-cached-index is used which can be useful when fetching many
    thirdparty in a short timeframe.
    
    The first PyPI repository in a list has precendence and we never fetch
    from other repositories if we find wheels and sdsists there. This avoid
    pounding too much on the self-hosted repo.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 7, 2022
    Configuration menu
    Copy the full SHA
    6a3c5b0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Format code with black

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 9, 2022
    Configuration menu
    Copy the full SHA
    ff348f5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Only use PyPI for downloads

    This is much faster
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 10, 2022
    Configuration menu
    Copy the full SHA
    d35d4fe View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Enable automatic release on tag

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 12, 2022
    Configuration menu
    Copy the full SHA
    154144b View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Remove Travis config

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 25, 2022
    Configuration menu
    Copy the full SHA
    1165f12 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Add ScanCode Code of Conduct

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 27, 2022
    Configuration menu
    Copy the full SHA
    c1f70fc View commit details
    Browse the repository at this point in the history
  2. Improve detection of thirdparty dir

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9acab17 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2022

  1. Add comment

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed May 29, 2022
    Configuration menu
    Copy the full SHA
    4dc2521 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Remove the thirdparty directory

    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    04a872c View commit details
    Browse the repository at this point in the history
  2. Update the azure-piprlines

    The following images are deprecated in GitHub actions and Azure DevOps:
    
    * `ubuntu-18.04` : actions/runner-images#6002
    * `macos-10.15` : actions/runner-images#5583
    
    Due to this there was failing tests due to planned brownouts.
    
    Updated ubuntu18 to ubuntu22
    Updated macos-1015 to macos12
    
    Signed-off-by: Chin Yeung Li <[email protected]>
    chinyeungli committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    07cd736 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Add missing os import in utils_requirements.py

        * Rename references to etc/release with etc/scripts
    
    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    509b032 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Reinstate Ubuntu 18 and drop Python 3.6 and 3.7

    3.7 is not available anymore on newer OSes and is retired in 2023.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    c6bba07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from nexB/remove_thirdparty_and_update_ci

    Remove thirdparty and update ci
    pombredanne authored Nov 25, 2022
    Configuration menu
    Copy the full SHA
    bec5391 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Replace packaging with packvers

    * import update in src/scripts/utils_dejacode
    
    * Packvers replacing packaging in other src/scripts
    
    * Added packvers in src/scripts/requirments.txt
    
    Signed-off-by: swastik <[email protected]>
    swastkk committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1bd7a2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #71 from swastkk/packvers-added

    Replace packaging with packvers in src/scripts
    pombredanne authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    5be2690 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Ignore egginfo

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    6f21d2b View commit details
    Browse the repository at this point in the history
  2. Drop Python 3.7 add Python 3.11

    Also test on latest Ubuntu and macOS
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    f841c2f View commit details
    Browse the repository at this point in the history
  3. Clean .cache and .eggs

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    bd2a464 View commit details
    Browse the repository at this point in the history
  4. Add COC to redistributed license-like files

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    6270a88 View commit details
    Browse the repository at this point in the history
  5. Add new Makefile

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    d3a19bd View commit details
    Browse the repository at this point in the history
  6. Align scripts with latest ScanCode Toolkit

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    91f5613 View commit details
    Browse the repository at this point in the history
  7. Merge latest main branch

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    1205bc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Add pycodestyle in setup.cfg

    Signed-off-by: Arnav Mandal <[email protected]>
    arnav-mandal1234 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    d661e13 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Remove deprecated github-actions/azure images

    - remove deprecated `ubuntu-18.04` image
    - remove deprecated `macos-10.15` image
    
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e985492 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Merge pull request #73 from nexB/update-ci-images

    Remove deprecated github-actions/azure images
    AyanSinhaMahapatra authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3349130 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Merge pull request #72 from arnav-mandal1234/pycodestyle

    Add pycodestyle in setup.cfg
    JonoYang authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c5d4e62 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Pin Sphinx version to 6.2.1

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed May 8, 2023
    Configuration menu
    Copy the full SHA
    7e35445 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #74 from nexB/pin-sphinx

    Pin Sphinx version to 6.2.1
    JonoYang authored May 8, 2023
    Configuration menu
    Copy the full SHA
    8d205ef View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Publish PDF version of RTD documentation

    Made changes in the .readthedocs.yaml to enable format for downloading pdf and epub versions of the documentation and added latex_elements in the conf.py file which generates the pdf without blank pages. The minimum version requirement for sphinx was 6.2.1 which was causing build failure in read the docs, hence changing it 3.3.1 as written in setup.cfg of nexB/aboutcode
    
    Signed-off-by: Arijit De <[email protected]>
    arijitde92 committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e3aaf63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #76 from arijitde92/pdf_rtd_doc

    Added PDF and ePub download option for RTD documentation as requested in aboutcode-org/aboutcode#127
    AyanSinhaMahapatra authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5072e43 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Bump github actions versions #75

    Update the following actions:
    
    * actions/checkout
    * actions/setup-python
    
    Reference: aboutcode-org/skeleton#75
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    5be7a24 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from nexB/update-github-actions

    Bump github actions versions #75
    AyanSinhaMahapatra authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    30f3f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Update github actions

    Reference: aboutcode-org/skeleton#75
    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    78a64e5 View commit details
    Browse the repository at this point in the history
  2. Update RTD buil

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a4d8628 View commit details
    Browse the repository at this point in the history
  3. Fix unordered lists issue

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4c68fba View commit details
    Browse the repository at this point in the history
  4. Add redirects for docs

    Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
    AyanSinhaMahapatra committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c33241d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Merge pull request #79 from nexB/doc-and-ci-updates

    RTD Build and CI updates
    AyanSinhaMahapatra authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7a22968 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Add macOS-13 job in azure-pipelines.yml

    Signed-off-by: Jono Yang <[email protected]>
    JonoYang committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8c04222 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge pull request #81 from nexB/update-azure-pipelines-yml

    Add macOS-13 job in azure-pipelines.yml
    JonoYang authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8b1757b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    420ec8f View commit details
    Browse the repository at this point in the history