Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyupio/dparse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.1
Choose a base ref
...
head repository: pyupio/dparse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.5.2
Choose a head ref
  • 15 commits
  • 10 files changed
  • 6 contributors

Commits on Apr 26, 2020

  1. Starting 0.5.2a

    rafaelpivato committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    c4e741d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Add support for piptools requirements.in

    requirements.in is a file used as an input for piptools requirements
    to generate actual requirements with pip-compile
    
    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    864ca33 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Merge pull request #48 from pyupio/pombredanne-requirements-in

    Add support for piptools requirements.in
    pombredanne authored May 20, 2021
    Configuration menu
    Copy the full SHA
    1d0fe72 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Use ConfigParser directly

    Apparently SafeConfigParser was renamed to ConfigParser in Python 3.2,
    and the old SafeConfigParser name was kept for backward compatibility until Python 3.11.
    pawamoy authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    796af29 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Merge pull request #52 from pawamoy/patch-1

    Use ConfigParser directly
    
    Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
    pombredanne authored Jan 5, 2022
    Configuration menu
    Copy the full SHA
    699069e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Local import YAML instead of top level

    yaml is only used to parse conda files.
    oz123 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5a3ad57 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Merge pull request #53 from oz123/local-import-yaml

    Local import YAML instead of top level
    yeisonvargasf authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    3290bb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d87364f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Merge pull request #57 from pyupio/security/remove-intensive-regex

    Removing index server validation
    yeisonvargasf authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    8c99017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ba6dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b18762f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    125beef View commit details
    Browse the repository at this point in the history
  5. Release 0.5.2

    yeisonvargasf committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    13934e1 View commit details
    Browse the repository at this point in the history
  6. Fixing travis file

    yeisonvargasf committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    aa53997 View commit details
    Browse the repository at this point in the history
  7. Fixing rst issue

    yeisonvargasf committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    2bcf15b View commit details
    Browse the repository at this point in the history
Loading