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

Drop support for Bazaar #136

Merged
merged 1 commit into from
Oct 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/Specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:

- name: Install dependencies
run: |
brew install bzr
brew install hg
brew install svn

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

* None.

##### Other

* Drop support for Bazaar (`bzr`)


## 1.6.3 (2022-04-01)

Expand Down
3 changes: 1 addition & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ The downloader class supports the following option keys:
- hg: revision, tag, branch
- http: type, flatten
- scp: type, flatten
- bzr: revision, tag

The downloader also provides hooks which allow to customize its output or the way in which the commands are executed

Expand Down Expand Up @@ -74,7 +73,7 @@ Follow [@CocoaPods](http://twitter.com/CocoaPods) to get up to date information

## Development

You need to have `svn`, `bzr`, `hg` and `git` installed to run the specs. There are some specs which require `hdiutil` which will only run on macOS.
You need to have `svn`, `hg` and `git` installed to run the specs. There are some specs which require `hdiutil` which will only run on macOS.

## License

Expand Down
2 changes: 0 additions & 2 deletions lib/cocoapods-downloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module Downloader
require 'cocoapods-downloader/api_exposable'
require 'cocoapods-downloader/base'

autoload :Bazaar, 'cocoapods-downloader/bazaar'
autoload :Git, 'cocoapods-downloader/git'
autoload :Http, 'cocoapods-downloader/http'
autoload :Mercurial, 'cocoapods-downloader/mercurial'
Expand All @@ -21,7 +20,6 @@ class DownloaderError < StandardError; end
#
def self.downloader_class_by_key
{
:bzr => Bazaar,
:git => Git,
:hg => Mercurial,
:http => Http,
Expand Down
60 changes: 0 additions & 60 deletions lib/cocoapods-downloader/bazaar.rb

This file was deleted.

90 changes: 0 additions & 90 deletions spec/bazaar_spec.rb

This file was deleted.

3 changes: 0 additions & 3 deletions spec/fixtures/bazaar-repo/.bzr/README

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch-format

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch/format

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch/last-revision

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/branch/tags

This file was deleted.

1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/checkout/conflicts

This file was deleted.

Binary file removed spec/fixtures/bazaar-repo/.bzr/checkout/dirstate
Binary file not shown.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/checkout/format

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/.bzr/repository/format

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
7 changes: 0 additions & 7 deletions spec/fixtures/bazaar-repo/.bzr/repository/pack-names

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion spec/fixtures/bazaar-repo/README

This file was deleted.

Binary file modified spec/fixtures/mercurial-repo/.hg/dirstate
Binary file not shown.
Loading