[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/webpaste 5c742bf 238/298: Remove sprunge.us as provider
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/webpaste 5c742bf 238/298: Remove sprunge.us as provider |
Date: |
Thu, 9 Dec 2021 19:00:21 -0500 (EST) |
branch: elpa/webpaste
commit 5c742bfd5e2864d1856866e91ffecd6cb742b688
Author: Elis Hirwing <elis@hirwing.se>
Commit: Elis Hirwing <elis@hirwing.se>
Remove sprunge.us as provider
This is due to https://github.com/rupa/sprunge/issues/45
---
README.org | 4 ++--
tests/integration/test-webpaste-providers.el | 9 ---------
webpaste.el | 7 -------
3 files changed, 2 insertions(+), 18 deletions(-)
diff --git a/README.org b/README.org
index 497e4b7..eadcdd6 100644
--- a/README.org
+++ b/README.org
@@ -173,14 +173,14 @@ webpaste first and then just read the documentation by
running this:
(describe-function 'webpaste--provider)
#+end_src
-* TODO Providers to implement [7/10]
+* TODO Providers to implement [6/10]
- [X] ptpb.pw
- [X] ix.io
- [X] dpaste.com
- - [X] sprunge.us
- [X] dpaste.de
- [X] gist.github.com
- [X] paste.pound-python.org
- [ ] paste.debian.net
- [ ] bpaste.net
- [ ] eval.in
+ - [ ] sprunge.us (removed due to
[[https://github.com/rupa/sprunge/issues/45][sprunge#45]] that yields 500s)
diff --git a/tests/integration/test-webpaste-providers.el
b/tests/integration/test-webpaste-providers.el
index bc9eccd..38d8820 100644
--- a/tests/integration/test-webpaste-providers.el
+++ b/tests/integration/test-webpaste-providers.el
@@ -37,15 +37,6 @@
(it
- "local: can paste with sprunge.us"
-
- (funcall (webpaste--get-provider-by-name "sprunge.us") paste-message :sync t)
-
- (expect (spy-calls-count 'webpaste--return-url) :to-equal 1)
- (expect (spy-calls-count 'webpaste--paste-text) :to-equal 0))
-
-
- (it
"ci: can paste with dpaste.com"
(funcall (webpaste--get-provider-by-name "dpaste.com") paste-message :sync t)
diff --git a/webpaste.el b/webpaste.el
index 47018ad..229efab 100644
--- a/webpaste.el
+++ b/webpaste.el
@@ -103,13 +103,6 @@ This uses `browse-url-generic' to open URLs."
(nix-mode . "nix"))
:success-lambda webpaste--providers-success-returned-string)
- ("sprunge.us"
- :uri "http://sprunge.us/";
- :post-field "sprunge"
- :lang-uri-separator "?"
- :lang-overrides ((emacs-lisp-mode . "clojure"))
- :success-lambda webpaste--providers-success-returned-string)
-
("dpaste.com"
:uri "http://dpaste.com/api/v2/";
:post-data (("title" . "")
- [nongnu] elpa/webpaste 7397cbc 220/298: Fix duplicate elements added to alists, (continued)
- [nongnu] elpa/webpaste 7397cbc 220/298: Fix duplicate elements added to alists, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 69a8eed 240/298: Merge branch 'kaushalmodi-add-toml-lang-to-ptpbpw-default', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 01a65a0 262/298: Merge branch 'DamienCassou-typos', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste ed33094 266/298: Support mozilla hosted pastebin service, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste badf3b5 257/298: nix-shell: Improve the shell so all tests just runs, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 933c62f 245/298: CONTRIBUTING: Add some more clarifications, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 01fd1d6 231/298: WP-25: Add custom to only paste raw pastes, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 77e6154 193/298: Bump version for new release, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 157d524 206/298: Fix build since EVM and Cask seems to behave strangely lately, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste a5d0ba1 237/298: Add nix-mode mapping for nix language files for ptpb.pw and ix.io, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 5c742bf 238/298: Remove sprunge.us as provider,
ELPA Syncer <=
- [nongnu] elpa/webpaste ba3ce40 221/298: Merge branch 'raxod502-feat/fix-dups', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste d7047a9 222/298: Update copyright year, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste dc99105 260/298: Merge branch 'switch-to-nix-emacs-ci', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 3a1eaca 183/298: Added integration tests for gist.github.com, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 8ef26cf 198/298: Switched function and variable names that are supposed to be internal, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste cfd41c7 207/298: Add Emacs-24.3 again as well as Emacs-25.3 as new version is out, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste ba05903 248/298: travis: Run the integration tests in emacs 26.1, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 9ca4105 267/298: Extend default language list, ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 44df573 244/298: Merge branch 'kaushalmodi-add-lang-detection-from-shebang', ELPA Syncer, 2021/12/09
- [nongnu] elpa/webpaste 0f79722 270/298: Add wrapper around webpaste for buffer and region, ELPA Syncer, 2021/12/09