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

Define dependencies #53

Merged
merged 9 commits into from
Feb 20, 2024
Merged

Define dependencies #53

merged 9 commits into from
Feb 20, 2024

Commits on Jun 24, 2022

  1. Update dev (#31)

    * Dev (#18)
    
    * Update action; Update README.md
    
    * Dev (#19)
    
    * Update python-publish.yml
    
    * Add setuptools-git-versioning
    
    * move timeout to options
    
    * Update action; Update README.md
    
    * Update setup.py
    
    * Bump requests from 2.26.0 to 2.27.0 (#23)
    
    Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.27.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.26.0...v2.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump requests from 2.27.0 to 2.27.1 (#24)
    
    Bumps [requests](https://github.com/psf/requests) from 2.27.0 to 2.27.1.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.27.0...v2.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bump lxml from 4.7.1 to 4.8.0 (#25)
    
    Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.8.0.
    - [Release notes](https://github.com/lxml/lxml/releases)
    - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
    - [Commits](lxml/lxml@lxml-4.7.1...lxml-4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: lxml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * proxies integration (#28)
    
    * Bump beautifulsoup4 from 4.10.0 to 4.11.1 (#27)
    
    Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.10.0 to 4.11.1.
    
    ---
    updated-dependencies:
    - dependency-name: beautifulsoup4
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Squashed commit of the following:
    
    commit daceae0e6cd5ff6ca935f4b46ce0c9694f2942d0
    Author: myifeng <[email protected]>
    Date:   Wed Apr 27 10:48:14 2022 +0800
    
        Update CI
    
    commit 7e778f002b5c751c7fb520c791389e6ed00ebebf
    Merge: 1eaccce 1945d7f
    Author: myifeng <[email protected]>
    Date:   Wed Apr 27 10:23:08 2022 +0800
    
        Merge branch 'master' into dev
    
        # Conflicts:
        #	README.md
    
    commit 1eaccce
    Author: myifengs <[email protected]>
    Date:   Wed Dec 22 21:03:15 2021 +0800
    
        Update CI name
    
    commit f8c1dd9
    Merge: 694dbbd c126e5b
    Author: myifengs <[email protected]>
    Date:   Wed Dec 22 20:58:04 2021 +0800
    
        Merge branch 'dev' of https://github.com/myifeng/article-parser into dev
    
    commit 694dbbd
    Author: myifengs <[email protected]>
    Date:   Wed Dec 22 20:57:56 2021 +0800
    
        Update workflows
    
    commit c126e5b
    Merge: 03143d8 a66518c
    Author: liqf7 <[email protected]>
    Date:   Wed Dec 22 15:01:00 2021 +0800
    
        Merge branch 'dev' of https://github.com/myifeng/article-parser into dev
    
    commit 03143d8
    Author: liqf7 <[email protected]>
    Date:   Wed Dec 22 14:59:59 2021 +0800
    
        Update setup.py
    
    commit a66518c
    Merge: d6f9708 f11baa6
    Author: myifeng <[email protected]>
    Date:   Wed Dec 22 14:45:19 2021 +0800
    
        Merge branch 'master' into dev
    
    commit d6f9708
    Author: liqf7 <[email protected]>
    Date:   Wed Dec 22 14:41:11 2021 +0800
    
        Update action; Update README.md
    
    commit 4d31bb5
    Merge: 9a9930f c83911e
    Author: myifeng <[email protected]>
    Date:   Tue Dec 21 15:53:25 2021 +0800
    
        Merge branch 'master' into dev
    
    commit 9a9930f
    Author: liqf7 <[email protected]>
    Date:   Tue Dec 21 15:02:21 2021 +0800
    
        move timeout to options
    
    commit 164ec23
    Author: liqf7 <[email protected]>
    Date:   Tue Dec 21 14:45:58 2021 +0800
    
        Add setuptools-git-versioning
    
    commit 42c499c
    Author: myifeng <[email protected]>
    Date:   Mon Dec 20 22:25:15 2021 +0800
    
        Update python-publish.yml
    
    commit edce235
    Author: myifengs <[email protected]>
    Date:   Mon Dec 20 22:11:20 2021 +0800
    
        FIX
    
    commit 9c45530
    Author: myifengs <[email protected]>
    Date:   Mon Dec 20 21:55:19 2021 +0800
    
        0.1.11
    
    commit c4a2cea
    Author: myifengs <[email protected]>
    Date:   Mon Dec 20 21:49:36 2021 +0800
    
        FIX title; Add User-Agent
    
    commit 525ac5e
    Author: myifengs <[email protected]>
    Date:   Mon Dec 20 21:27:42 2021 +0800
    
        FIX test
    
    commit 3c89180
    Author: myifengs <[email protected]>
    Date:   Sun Dec 19 20:44:49 2021 +0800
    
        Update python-publish.yml
    
    commit 11cb9eb
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 12:12:32 2021 +0800
    
        version 1.0.0
    
    commit e503e40
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 11:47:46 2021 +0800
    
        FIX
    
    commit bef4bf8
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 11:46:27 2021 +0800
    
        FIX
    
    commit 127084b
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 11:36:22 2021 +0800
    
        FIX
    
    commit 5164720
    Merge: 889c6d2 1de2c6f
    Author: myifeng <[email protected]>
    Date:   Sat Dec 18 11:34:41 2021 +0800
    
        Merge branch 'master' into dev
    
    commit 889c6d2
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 11:31:42 2021 +0800
    
        Update
    
    commit 1d0852f
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 11:08:21 2021 +0800
    
        warring
    
    commit ca65ea3
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 10:49:06 2021 +0800
    
        FIX
    
    commit abe9366
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 10:07:22 2021 +0800
    
        Remove version 3.5
    
    commit 2807056
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 09:58:29 2021 +0800
    
        FIX
    
    commit f70fed6
    Author: myifengs <[email protected]>
    Date:   Sat Dec 18 09:57:20 2021 +0800
    
        Update workflows
    
    * Bump lxml from 4.8.0 to 4.9.0 (#29)
    
    Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.0.
    - [Release notes](https://github.com/lxml/lxml/releases)
    - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
    - [Commits](lxml/lxml@lxml-4.8.0...lxml-4.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: lxml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Sohail Ahmed <[email protected]>
    3 people authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    c540aa5 View commit details
    Browse the repository at this point in the history
  2. FIX: README.md

    myifeng committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    6744837 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d64a006 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

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

Commits on Jul 3, 2022

  1. API

    myifeng committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    151a68c View commit details
    Browse the repository at this point in the history
  2. FIX: Test Domo timeout

    myifeng committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    59d255a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd54eeb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge remote-tracking branch 'remotes/origin/master' into dev

    # Conflicts:
    #	requirements.txt
    myifeng committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    987f26b View commit details
    Browse the repository at this point in the history
  2. define dependencies

    myifeng committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ff53db7 View commit details
    Browse the repository at this point in the history